Searched refs:testNestedLoop7 (Results 1 – 1 of 1) sorted by relevance
3958 private static int testNestedLoop7(TestClass obj, int n) { in testNestedLoop7() method in Main4498 assertIntEquals(testNestedLoop7(new TestClass(), 0), 0); in main()4499 assertIntEquals(testNestedLoop7(new TestClass(), 1), 1); in main()4500 assertIntEquals(testNestedLoop7(new TestClass(), 2), 2); in main()4501 assertIntEquals(testNestedLoop7(new TestClass(), 3), 3); in main()