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
reference the error message with the current value of the argument. However the message in this case reads 'Internal error: Assertion failure: Expected boolean value to be %s', referencing the expected value. Thus a test of Assert.assertTrue(false) fails with confusing message 'Internal error: Assertion failure: Expected boolean value to be false'.
The text was updated successfully, but these errors were encountered:
dmlloyd
added a commit
to dmlloyd/smallrye-common
that referenced
this issue
Apr 13, 2020
smallrye-common/constraint/src/main/java/io/smallrye/common/constraint/Assert.java
Line 543 in 03ca57d
smallrye-common/constraint/src/main/java/io/smallrye/common/constraint/Assert.java
Line 555 in 03ca57d
Assert.assertTrue(false)
fails with confusing message 'Internal error: Assertion failure: Expected boolean value to be false'.The text was updated successfully, but these errors were encountered: