Searched refs:testLoop14 (Results 1 – 1 of 1) sorted by relevance
2700 private static int testLoop14(TestClass2 obj, int n) { in testLoop14() method in Main4245 assertIntEquals(testLoop14(new TestClass2(), 0), 0); in main()4246 assertIntEquals(testLoop14(new TestClass2(), 1), 0); in main()4247 assertIntEquals(testLoop14(new TestClass2(), 2), 0); in main()4248 assertIntEquals(testLoop14(new TestClass2(), 3), 1); in main()