Searched refs:TOTALCOUNT (Results 1 – 6 of 6) sorted by relevance
46 limit.setValue(CounterValue.TOTALCOUNT.name()); in testTotalCount()48 assertEquals(CounterValue.TOTALCOUNT, limit.getValue()); in testTotalCount()104 limit.setValue(CounterValue.TOTALCOUNT.name()); in testInstruction()115 limit.setValue(CounterValue.TOTALCOUNT.name()); in testBranch()125 limit.setValue(CounterValue.TOTALCOUNT.name()); in testLine()135 limit.setValue(CounterValue.TOTALCOUNT.name()); in testComlexity()145 limit.setValue(CounterValue.TOTALCOUNT.name()); in testClass()155 limit.setValue(CounterValue.TOTALCOUNT.name()); in testMethod()
32 assertEquals(0.0, c.getValue(CounterValue.TOTALCOUNT), 0.0); in testGetInstance1()43 assertEquals(48.0, c.getValue(CounterValue.TOTALCOUNT), 0.0); in testGetInstance2()55 assertEquals(27.0, c.getValue(CounterValue.TOTALCOUNT), 0.0); in testGetInstance3()
26 TOTALCOUNT, enumConstant
32 CounterValue.TOTALCOUNT);
152 case TOTALCOUNT: in getValue()
34 values.put(CounterValue.TOTALCOUNT, "total count"); in values.put() argument