Reports calls to assertEquals() which have the expected argument and the actual argument in the wrong order. For JUnit 3 and JUnit 4 the correct order is (expected, actual). For Junit 5 and TestNG the correct order is (actual, expected) Such calls will behave fine for assertions which pass, but may give confusing error reports on failure.