Searched refs:expectedInt (Results 1 – 5 of 5) sorted by relevance
93 int expectedInt = 0x0000abcd; in testFromBytes_copyOccurs() local96 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()101 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()
466 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() local467 assertEquals(expectedInt, IntMath.factorial(n)); in testFactorial()486 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testBinomial() local487 assertEquals(expectedInt, IntMath.binomial(n, k)); in testBinomial()
299 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() local300 assertEquals(expectedInt, IntMath.factorial(n)); in testFactorial()
343 int expectedInt = (referenceByte & 0xFF); in testNewInput() local344 stillEqual = (expectedInt == input.read()); in testNewInput()
2374 int expectedInt; in TestNumericProperties() local2377 expectedInt = -1; in TestNumericProperties()2379 expectedInt = (int)values[i][2]; in TestNumericProperties()2380 if (expectedInt < 0 || expectedInt != values[i][2]) { in TestNumericProperties()2382 expectedInt = -2; in TestNumericProperties()2386 expectedInt = (int)values[i][3]; in TestNumericProperties()2389 if (nvInt != expectedInt) { in TestNumericProperties()2391 + ") = " + nvInt + " should be " + expectedInt); in TestNumericProperties()