Searched refs:fourSixths (Results 1 – 1 of 1) sorted by relevance
106 Rational fourSixths = new Rational(4, 6); in testEquals() local107 assertEquals(twoThirds, fourSixths); in testEquals()108 assertEquals(fourSixths, twoThirds); in testEquals()117 fourSixths = new Rational(-4, 6); in testEquals()118 assertEquals(twoThirds, fourSixths); in testEquals()119 assertEquals(fourSixths, twoThirds); in testEquals()