-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
When Asserts.assertNotEquals(12345, 12345) fails, it now says "expected 12345 to not equal 12345". Obviously there is no need to repeat "12345". Same for assertNotEqualsByteArray.
Asserts.assertEqualsByteArray method uses the words "expected... to equal...". Other methods use "expected... but was...". Just follow the other methods.
Asserts.assertEqualsByteArray method uses the words "expected... to equal...". Other methods use "expected... but was...". Just follow the other methods.
- links to
-
Review(master) openjdk/jdk/21101