Searched refs:testLoop5 (Results 1 – 1 of 1) sorted by relevance
2315 private static int testLoop5(TestClass obj, int n) { in testLoop5() method in Main4209 assertIntEquals(testLoop5(new TestClass(), 0), 0); in main()4210 assertIntEquals(testLoop5(new TestClass(), 1), 1); in main()4211 assertIntEquals(testLoop5(new TestClass(), 2), 2); in main()4212 assertIntEquals(testLoop5(new TestClass(), 3), 3); in main()