Searched refs:testNestedLoop3 (Results 1 – 1 of 1) sorted by relevance
3678 private static int testNestedLoop3(TestClass obj, int n) { in testNestedLoop3() method in Main4345 assertIntEquals(testNestedLoop3(new TestClass(), 0), 1); in main()4346 assertIntEquals(testNestedLoop3(new TestClass(), 1), 2); in main()4347 assertIntEquals(testNestedLoop3(new TestClass(), 2), 2); in main()4348 assertIntEquals(testNestedLoop3(new TestClass(), 3), 2); in main()