Unit tests for adapter, business-delegate, factory-method and command modules#294
Merged
iluwatar merged 5 commits intoiluwatar:masterfrom Nov 22, 2015
DevFactory:release1
Merged
Unit tests for adapter, business-delegate, factory-method and command modules#294iluwatar merged 5 commits intoiluwatar:masterfrom DevFactory:release1
iluwatar merged 5 commits intoiluwatar:masterfrom
DevFactory:release1
Conversation
Owner
|
Here are my review remarks:
|
Owner
|
This is all for now. Please comment on this thread once you have made the changes and I will review again. |
Author
|
I have made the suggested changes. I look forward to your review comments. |
Owner
|
Hi @mfarid I looked at it again. It is all great except that the code is still not formatted according to Google rules. Can you check once more? |
added 5 commits
November 22, 2015 05:44
Author
|
I have formatted all these files using the suggested code style. Please check again and let me know if it is good now or needs any changes. |
iluwatar
added a commit
that referenced
this pull request
Nov 22, 2015
Unit tests for adapter, business-delegate, factory-method and command modules
Owner
|
Looks good, thank you! |
|
Thanks a lot for accepting this Pull Request. I appreciate your quick review and feedback. |
Contributor
|
Thanks for your contribution @faridiflex |
This was referenced Jan 13, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request contains unit tests for the following modules.
The existing tests were more of Exercise Tests which were just running the code and printing the output. This code was not asserting the expected behaviour. This Pull Request covers the code to 100% of lines of these 4 patterns. The code coverage report can be generated and viewed using the instructions mentioned in CODE_COVERAGE.md
Please let me know in case of any issues/concerns.
Mohd Farid
DevFactory - Open Source Unit Test Team
DevFactory is committed to improving code quality of open source. Our team contributes their time to researching and identifying areas for improving test coverage of open source projects.