-
Notifications
You must be signed in to change notification settings - Fork 8
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
185 refractor init methods from main to initialize #186
185 refractor init methods from main to initialize #186
Conversation
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
methods seems to be refactored in orderly fashion, could we add some tests to increase code coverage for the methods that were moved to Auth and initialize?
thank you for the feedback, tests will be added. sometimes my trigger finger is faster than the brain |
…, rename test shutDownClientIfNotAuthenticated to shutdownClientIfNotAuthenticatedWhenClientNotAuthenticatedAndPasswordIsSet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
85.7% Coverage on New Code with the new tests
I have assigned myself to the pull request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, good job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
…main-to-initialize' into 185-refractor-init-methods-from-main-to-initialize # Conflicts: # src/test/java/org/fungover/haze/AuthTest.java # src/test/java/org/fungover/haze/MainTest.java
this update should also solve remaining issues in #206 refactor-main i think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should result in cleaner separation between Auth methods and Main, good job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
997147a
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good!
Moved Auth methods to Auth class