Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix in Assert#assertNotEquals(float, float, float, String)
Reproducible test: @test(expectedExceptions = AssertionError.class) public void assertNotEqualsFloatFail() { Assert.assertNotEquals(1.0F, 1.1F, 0.2F, "message"); }
- Loading branch information