Searched refs:testNestedLoop8 (Results 1 – 1 of 1) sorted by relevance
3996 private static int testNestedLoop8(TestClass obj, int n) { in testNestedLoop8() method in Main4502 assertIntEquals(testNestedLoop8(new TestClass(), 0), 0); in main()4503 assertIntEquals(testNestedLoop8(new TestClass(), 1), 0); in main()4504 assertIntEquals(testNestedLoop8(new TestClass(), 2), 0); in main()4505 assertIntEquals(testNestedLoop8(new TestClass(), 3), 0); in main()