We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refer to this issue This issue may, however, could potentially be closed since it does not fulfill linting if a solution is made.
Steps to reproduce Create a test case and pass in a null uuid into getUuidFromString() in the Action.java file. It should throw a NullPointerException
null
getUuidFromString()
Action.java
NullPointerException
Expected behaviour Throws InvalidHttpParameterException
InvalidHttpParameterException
Actual behaviour Throws NullPointerException
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Refer to this issue
This issue may, however, could potentially be closed since it does not fulfill linting if a solution is made.
Steps to reproduce
Create a test case and pass in a
null
uuid intogetUuidFromString()
in theAction.java
file.It should throw a
NullPointerException
Expected behaviour
Throws
InvalidHttpParameterException
Actual behaviour
Throws
NullPointerException
**Additional info** This was just a small issue when migrating test cases. I'll handle the issue.
The text was updated successfully, but these errors were encountered: