Searched refs:testLoop19 (Results 1 – 1 of 1) sorted by relevance
2872 static int testLoop19(TestClass obj, int n) { in testLoop19() method in Main4265 assertIntEquals(testLoop19(new TestClass(), 0), 0); in main()4266 assertIntEquals(testLoop19(new TestClass(), 1), 1); in main()4267 assertIntEquals(testLoop19(new TestClass(), 2), 2); in main()4268 assertIntEquals(testLoop19(new TestClass(), 3), 3); in main()