Searched refs:testLoop6 (Results 1 – 1 of 1) sorted by relevance
2482 private static int testLoop6(TestClass obj, int n) { in testLoop6() method in Main4350 assertIntEquals(testLoop6(new TestClass(), 0), 0); in main()4351 assertIntEquals(testLoop6(new TestClass(), 1), 1); in main()4352 assertIntEquals(testLoop6(new TestClass(), 2), 2); in main()4353 assertIntEquals(testLoop6(new TestClass(), 3), 3); in main()