Searched refs:testNestedLoop8 (Results 1 – 1 of 1) sorted by relevance
3864 private static int testNestedLoop8(TestClass obj, int n) { in testNestedLoop8() method in Main4365 assertIntEquals(testNestedLoop8(new TestClass(), 0), 0); in main()4366 assertIntEquals(testNestedLoop8(new TestClass(), 1), 0); in main()4367 assertIntEquals(testNestedLoop8(new TestClass(), 2), 0); in main()4368 assertIntEquals(testNestedLoop8(new TestClass(), 3), 0); in main()