Searched refs:testLoop18 (Results 1 – 1 of 1) sorted by relevance
2844 static int testLoop18(TestClass obj, int n) { in testLoop18() method in Main4261 assertIntEquals(testLoop18(new TestClass(), 0), 0); in main()4262 assertIntEquals(testLoop18(new TestClass(), 1), 1); in main()4263 assertIntEquals(testLoop18(new TestClass(), 2), 2); in main()4264 assertIntEquals(testLoop18(new TestClass(), 3), 3); in main()