Home
last modified time | relevance | path

Searched refs:fourSixths (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java106 Rational fourSixths = new Rational(4, 6); in testEquals() local
107 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()