Searched refs:testLoop2 (Results 1 – 1 of 1) sorted by relevance
2245 private static int testLoop2(TestClass obj, int n) { in testLoop2() method in Main4197 assertIntEquals(testLoop2(new TestClass(), 0), 1); in main()4198 assertIntEquals(testLoop2(new TestClass(), 1), 1); in main()4199 assertIntEquals(testLoop2(new TestClass(), 2), 1); in main()4200 assertIntEquals(testLoop2(new TestClass(), 3), 1); in main()