-
Notifications
You must be signed in to change notification settings - Fork 21
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
Throws do not support null as message #119
Comments
@llorllale/z please, pay attention to this issue |
Unit test example: `
|
@0crat in |
@Umbrah let's add a ctor that takes in just the exception type |
@llorllale Job #119 is now in scope, role is |
@victornoel The impediment for #119 was registered successfully by @victornoel/z |
@Umbrah this has been fixed in #126, the issue can now be closed :) |
@llorllale the reporter does not seem to answer, can we close this? |
@llorllale @Umbrah ping |
@umbrah closing due to unresponsiveness (PR #126 merged for this) |
@sereshqua/z please review this job completed by @victornoel/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
Job #119 is not in the agenda of @victornoel/z, can't inspect |
The job #119 is now out of scope |
@0crat status |
@ilyakharlamov can you please edit your comment that it start with the user'w name it is referred to? otherwise quality is acceptable here |
@sereshqua I don't think @ilyakharlamov is here anymore with us. |
@victornoel, yeap, just a matter of policy, so issue performer knows why quality is not good |
@sereshqua I understand, but you never told 0crat about the quality in the end ;) |
@0cat quality acceptable |
I see you're talking to me, but I can't reply since I'm not a chat bot. |
@0crat quality acceptable |
Order was finished, quality is "acceptable": +30 point(s) just awarded to @victornoel/z |
Quality review completed: +4 point(s) just awarded to @sereshqua/z |
@0crat status |
I want to verify NullPointerException is thrown, but org.llorllale.cactoos.matchers.Throws fails when I use null as msg parameter. I want to be able to use it or have another constructor only with exception param.
The text was updated successfully, but these errors were encountered: