Searched refs:testLoop27 (Results 1 – 1 of 1) sorted by relevance
3296 static int testLoop27(TestClass obj, int n) { in testLoop27() method in Main4434 assertIntEquals(testLoop27(new TestClass(), 0), 1); in main()4435 assertIntEquals(testLoop27(new TestClass(), 1), 1); in main()4436 assertIntEquals(testLoop27(new TestClass(), 2), 0); in main()4437 assertIntEquals(testLoop27(new TestClass(), 3), 0); in main()