Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue-106] Refactor Accuracy Package #147

Closed
wants to merge 12 commits into from

Conversation

hemalvarambhia
Copy link
Contributor

@hemalvarambhia hemalvarambhia commented Aug 25, 2019

As part of #106 I discovered that the testArgumentAt: was failing because of some magic around findKey. I removed that magic and made things more explicit by extracting code from there into a new method findKey: which is more unit testable by taking in the name of the selector. This PR performed the refactoring and replaced invocations of that with the new method.

To confirm I haven't introduced new bugs, I used defect injection.

@hemalvarambhia hemalvarambhia marked this pull request as ready for review August 26, 2019 09:26
@hemalvarambhia hemalvarambhia deleted the issue-106-refactor-accuracy-pkg branch September 2, 2019 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant