Searched refs:testNestedLoop4 (Results 1 – 1 of 1) sorted by relevance
3848 private static int testNestedLoop4(TestClass obj, int n) { in testNestedLoop4() method in Main4486 assertIntEquals(testNestedLoop4(new TestClass(), 0), 1); in main()4487 assertIntEquals(testNestedLoop4(new TestClass(), 1), 1); in main()4488 assertIntEquals(testNestedLoop4(new TestClass(), 2), 2); in main()4489 assertIntEquals(testNestedLoop4(new TestClass(), 3), 2); in main()