Searched refs:firstCalled (Results 1 – 1 of 1) sorted by relevance
12 private static boolean firstCalled = false; field in IteratorMethodTest18 if(a.equals("a")) firstCalled = true; in shouldHandleIteratorsWithObject()19 else assertEquals(firstCalled, true); in shouldHandleIteratorsWithObject()33 if(a.equals("a")) firstCalled = true; in shouldHandleIteratorsWithObjectArray()34 else assertEquals(firstCalled, true); in shouldHandleIteratorsWithObjectArray()