Home
last modified time | relevance | path

Searched refs:assertAggregationDataEquals (Results 1 – 2 of 2) sorted by relevance

/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DMutableAggregationTest.java20 import static io.opencensus.implcore.stats.StatsTestUtil.assertAggregationDataEquals;
128 assertAggregationDataEquals( in testAdd()
132 assertAggregationDataEquals( in testAdd()
134 assertAggregationDataEquals( in testAdd()
136 assertAggregationDataEquals( in testAdd()
140 assertAggregationDataEquals( in testAdd()
145 assertAggregationDataEquals( in testAdd()
149 assertAggregationDataEquals( in testAdd()
DStatsTestUtil.java92 assertAggregationDataEquals(expected.get(entry.getKey()), entry.getValue(), tolerance); in assertAggregationMapEquals()
103 static void assertAggregationDataEquals( in assertAggregationDataEquals() method in StatsTestUtil