Searched refs:testLoop32 (Results 1 – 1 of 1) sorted by relevance
3326 static int testLoop32(TestClass obj, int n) { in testLoop32() method in Main4317 assertIntEquals(testLoop32(new TestClass(), 0), -1); in main()4318 assertIntEquals(testLoop32(new TestClass(), 1), 2); in main()4319 assertIntEquals(testLoop32(new TestClass(), 2), 1); in main()4320 assertIntEquals(testLoop32(new TestClass(), 3), -2); in main()