Searched refs:intFieldCount (Results 1 – 1 of 1) sorted by relevance
111 AtomicInteger intFieldCount = new AtomicInteger(0); in testForEachField_avoidsBoxing() local113 (self, name, intValue) -> intFieldCount.getAndIncrement(), in testForEachField_avoidsBoxing()120 assertThat(intFieldCount.get(), greaterThanOrEqualTo(1)); in testForEachField_avoidsBoxing()