Searched refs:TOTALITEMS (Results 1 – 6 of 6) sorted by relevance
37 final List<ICoverageNode> result = CounterComparator.TOTALITEMS.on( in testSort()47 final NodeComparator c1 = CounterComparator.TOTALITEMS in testSecond1()49 final NodeComparator c2 = CounterComparator.TOTALITEMS in testSecond1()58 final NodeComparator c1 = CounterComparator.TOTALITEMS in testSecond2()60 final NodeComparator c2 = CounterComparator.TOTALITEMS in testSecond2()
31 final Comparator<ICounter> cmp = CounterComparator.TOTALITEMS; in testTotalItemsComparator()71 final Comparator<ICounter> cmp = CounterComparator.TOTALITEMS.reverse(); in testReverseComparator()79 final Comparator<ICounter> cmp = CounterComparator.TOTALITEMS.reverse() in testReverseReverseComparator()90 final Comparator<ICoverageNode> cmp = CounterComparator.TOTALITEMS in testNodeComparator1()99 final Comparator<ICoverageNode> cmp = CounterComparator.TOTALITEMS in testNodeComparator2()
76 CounterComparator.TOTALITEMS.on(CounterEntity.CLASS)) { in testCallbackSequence()116 CounterComparator.TOTALITEMS.on(CounterEntity.CLASS)) { in testInvisible()146 CounterComparator.TOTALITEMS.on(CounterEntity.CLASS)), true); in testTwoDefaultSorts()148 CounterComparator.TOTALITEMS.on(CounterEntity.CLASS)), true); in testTwoDefaultSorts()156 CounterComparator.TOTALITEMS.on(CounterEntity.CLASS)), false); in testSortIds()160 new StubRenderer(CounterComparator.TOTALITEMS.reverse().on( in testSortIds()203 CounterComparator.TOTALITEMS.on(CounterEntity.CLASS)), true); in testDefaultSorting()
31 public static final CounterComparator TOTALITEMS = new CounterComparator( field in CounterComparator
47 return new CounterColumn(entity, locale, CounterComparator.TOTALITEMS in newTotal()
60 .second(CounterComparator.TOTALITEMS.reverse().on(entity))); in BarColumn()