Searched refs:testNestedLoop6 (Results 1 – 1 of 1) sorted by relevance
3927 private static int testNestedLoop6(TestClass obj, int n) { in testNestedLoop6() method in Main4494 assertIntEquals(testNestedLoop6(new TestClass(), 0), 1); in main()4495 assertIntEquals(testNestedLoop6(new TestClass(), 1), 1); in main()4496 assertIntEquals(testNestedLoop6(new TestClass(), 2), 2); in main()4497 assertIntEquals(testNestedLoop6(new TestClass(), 3), 2); in main()