Searched refs:testLoop25 (Results 1 – 1 of 1) sorted by relevance
3087 static int testLoop25(TestClass obj, int n) { in testLoop25() method in Main4289 assertIntEquals(testLoop25(new TestClass(), 0), 2); in main()4290 assertIntEquals(testLoop25(new TestClass(), 1), 2); in main()4291 assertIntEquals(testLoop25(new TestClass(), 2), 4); in main()4292 assertIntEquals(testLoop25(new TestClass(), 3), -1); in main()