Assertions that use the LogicalNot
constraint (assertNotEquals()
, assertStringNotContainsString()
, ...) can generate confusing failure messages
#5516
Labels
Assertions such as
assertNotEquals()
, for example, useLogicalNot::negate()
to generate failure messages.When the string that is to be transformed contains words such as
contains
orexists
then the transformation generates confusing failure messages.The text was updated successfully, but these errors were encountered: