Searched refs:longCounter (Results 1 – 3 of 3) sorted by relevance
87 testEquals(Counters.longCounter(), Counters.longCounter()); in testLongCounterEquals()92 testHashCodes(Counters.longCounter(), Counters.longCounter()); in testLongCounterHashCodes()97 testEquals(Counters.longCounter(), Counters.bigIntegerCounter()); in testLongCounterMixEquals()98 testEquals(Counters.bigIntegerCounter(), Counters.longCounter()); in testLongCounterMixEquals()
53 Arguments.of(Counters.longCounter()), in numberCounters()
298 super(Counters.longCounter(), Counters.longCounter(), Counters.longCounter()); in LongPathCounters()422 public static Counter longCounter() { in longCounter() method in Counters