Searched refs:testLoop16 (Results 1 – 1 of 1) sorted by relevance
2779 static int testLoop16(TestClass obj, int n) { in testLoop16() method in Main4253 assertIntEquals(testLoop16(new TestClass(), 0), 0); in main()4254 assertIntEquals(testLoop16(new TestClass(), 1), 1); in main()4255 assertIntEquals(testLoop16(new TestClass(), 2), 2); in main()4256 assertIntEquals(testLoop16(new TestClass(), 3), 3); in main()