Searched refs:twoThirds (Results 1 – 2 of 2) sorted by relevance
106 Rational twoThirds = new Rational(2, 3); in testEquals() local107 assertFalse(r.equals(twoThirds)); in testEquals()108 assertFalse(twoThirds.equals(r)); in testEquals()111 assertEquals(twoThirds, fourSixths); in testEquals()112 assertEquals(fourSixths, twoThirds); in testEquals()120 twoThirds = new Rational(-2, 3); in testEquals()122 assertEquals(twoThirds, fourSixths); in testEquals()123 assertEquals(fourSixths, twoThirds); in testEquals()
99 Range<Float> twoThirds = new Range<Float>(2.0f, 3.0f); in testEquals() local101 assertEquals(twoThirds, twoThirds2); in testEquals()102 assertHashCodeEquals(twoThirds, twoThirds2); in testEquals()