Searched refs:testLoop10 (Results 1 – 1 of 1) sorted by relevance
2657 private static int testLoop10(TestClass obj, int n) { in testLoop10() method in Main4366 assertIntEquals(testLoop10(new TestClass(), 0), 2); in main()4367 assertIntEquals(testLoop10(new TestClass(), 1), 2); in main()4368 assertIntEquals(testLoop10(new TestClass(), 2), 2); in main()4369 assertIntEquals(testLoop10(new TestClass(), 3), 2); in main()