Searched refs:testLoop17 (Results 1 – 1 of 1) sorted by relevance
2814 static int testLoop17(TestClass obj, int n) { in testLoop17() method in Main4257 assertIntEquals(testLoop17(new TestClass(), 0), 2); in main()4258 assertIntEquals(testLoop17(new TestClass(), 1), 4); in main()4259 assertIntEquals(testLoop17(new TestClass(), 2), 2); in main()4260 assertIntEquals(testLoop17(new TestClass(), 3), 4); in main()