Searched refs:testNestedLoop2 (Results 1 – 1 of 1) sorted by relevance
3635 private static int testNestedLoop2(TestClass obj, int n) { in testNestedLoop2() method in Main4341 assertIntEquals(testNestedLoop2(new TestClass(), 0), 1); in main()4342 assertIntEquals(testNestedLoop2(new TestClass(), 1), 2); in main()4343 assertIntEquals(testNestedLoop2(new TestClass(), 2), 2); in main()4344 assertIntEquals(testNestedLoop2(new TestClass(), 3), 2); in main()