You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On trying to save a candidate for a method that returns false (of type boolean/Boolean), there are no assertions generated for that method.
This does not happen for true, assertions will be generated for true.
Screen.Recording.2024-06-14.at.10.20.21.AM.mov
Example method :
Project : unlogged-spring-maven-demo
Classname : RecursionController
Methodname : getIsPalindrome
Reproduction steps
DirectInvoke any method that returns a boolean -> false value.
Try to save the candidate and check it's assertion.
Expected behavior
For an assertion to be created on trying to save candidates with boolean false return values.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
On trying to save a candidate for a method that returns
false
(of typeboolean
/Boolean
), there are no assertions generated for that method.This does not happen for
true
, assertions will be generated fortrue
.Screen.Recording.2024-06-14.at.10.20.21.AM.mov
Example method :
unlogged-spring-maven-demo
RecursionController
getIsPalindrome
Reproduction steps
boolean
->false
value.Expected behavior
For an assertion to be created on trying to save candidates with boolean false return values.
Additional context
No response
The text was updated successfully, but these errors were encountered: