Searched refs:bigIntegerCounter (Results 1 – 3 of 3) sorted by relevance
29 testEquals(Counters.bigIntegerCounter(), Counters.bigIntegerCounter()); in testBigIntegerCounterEquals()34 testHashCodes(Counters.bigIntegerCounter(), Counters.bigIntegerCounter()); in testBigIntegerHashCode()97 testEquals(Counters.longCounter(), Counters.bigIntegerCounter()); in testLongCounterMixEquals()98 testEquals(Counters.bigIntegerCounter(), Counters.longCounter()); in testLongCounterMixEquals()
54 Arguments.of(Counters.bigIntegerCounter())); in numberCounters()
176 … super(Counters.bigIntegerCounter(), Counters.bigIntegerCounter(), Counters.bigIntegerCounter()); in BigIntegerPathCounters()404 public static Counter bigIntegerCounter() { in bigIntegerCounter() method in Counters