Searched refs:twoThirds (Results 1 – 2 of 2) sorted by relevance
102 Rational twoThirds = new Rational(2, 3); in testEquals() local103 assertFalse(r.equals(twoThirds)); in testEquals()104 assertFalse(twoThirds.equals(r)); in testEquals()107 assertEquals(twoThirds, fourSixths); in testEquals()108 assertEquals(fourSixths, twoThirds); in testEquals()116 twoThirds = new Rational(-2, 3); in testEquals()118 assertEquals(twoThirds, fourSixths); in testEquals()119 assertEquals(fourSixths, twoThirds); in testEquals()
85 Range<Float> twoThirds = new Range<>(2.0f, 3.0f); in testEquals() local87 assertEquals(twoThirds, twoThirds2); in testEquals()88 verifyHashCodeEquals(twoThirds, twoThirds2); in testEquals()