Home
last modified time | relevance | path

Searched refs:assertAggregationMapEquals (Results 1 – 3 of 3) sorted by relevance

/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DViewManagerImplTest.java20 import static io.opencensus.implcore.stats.StatsTestUtil.assertAggregationMapEquals;
314 StatsTestUtil.assertAggregationMapEquals( in testRecordCumulative()
438 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
447 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
459 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
467 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
488 StatsTestUtil.assertAggregationMapEquals( in getViewDoesNotClearStats()
503 StatsTestUtil.assertAggregationMapEquals( in getViewDoesNotClearStats()
528 assertAggregationMapEquals( in testRecordCumulativeMultipleTagValues()
573 StatsTestUtil.assertAggregationMapEquals( in testRecordIntervalMultipleTagValues()
[all …]
DStatsRecorderImplTest.java152 StatsTestUtil.assertAggregationMapEquals( in record_UnregisteredMeasure()
283 StatsTestUtil.assertAggregationMapEquals( in recordTwice()
342 StatsTestUtil.assertAggregationMapEquals( in record_StatsReenabled()
DStatsTestUtil.java85 static void assertAggregationMapEquals( in assertAggregationMapEquals() method in StatsTestUtil