Searched refs:testLoop4 (Results 1 – 1 of 1) sorted by relevance
2288 private static int testLoop4(TestClass obj, int n) { in testLoop4() method in Main4205 assertIntEquals(testLoop4(new TestClass(), 0), 0); in main()4206 assertIntEquals(testLoop4(new TestClass(), 1), 1); in main()4207 assertIntEquals(testLoop4(new TestClass(), 2), 2); in main()4208 assertIntEquals(testLoop4(new TestClass(), 3), 3); in main()