-
Notifications
You must be signed in to change notification settings - Fork 28
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
Throw an exception no argument #295
Conversation
7ed57de
to
cc321be
Compare
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.
Hi Isaac,
This looks fine, and actually completely solves what was stated in the issue. I have edited the issue to better reflect all that needs to be solved, regarding this bug. Hope it all makes sense 😄
d30456f
to
110129c
Compare
@@ -133,4 +133,15 @@ public void it_throws_when_no_value_is_passed_for_the_last_argument_and_it_requi | |||
}); | |||
} | |||
|
|||
@Test |
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.
Hi Issac,
please add another unit test, where it throws the error when you have given arguments, but -p
is not there.
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.
Hey David, I just added the new test case!
Signed-off-by: issacto <[email protected]>
Signed-off-by: issacto <[email protected]>
Signed-off-by: issacto <[email protected]>
Signed-off-by: issacto <[email protected]>
Signed-off-by: issacto <[email protected]>
136e377
to
82c37af
Compare
No description provided.