Home
last modified time | relevance | path

Searched refs:StatsTestUtil (Results 1 – 4 of 4) 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;
21 import static io.opencensus.implcore.stats.StatsTestUtil.createAggregationData;
22 import static io.opencensus.implcore.stats.StatsTestUtil.createEmptyViewData;
314 StatsTestUtil.assertAggregationMapEquals( in testRecordCumulative()
318 StatsTestUtil.createAggregationData(aggregation, measure, values)), in testRecordCumulative()
438 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
442 StatsTestUtil.createAggregationData(aggregation, measure, initialValues)), in testRecordInterval()
447 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
459 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
467 StatsTestUtil.assertAggregationMapEquals( in testRecordInterval()
[all …]
DStatsRecorderImplTest.java21 import static io.opencensus.implcore.stats.StatsTestUtil.createEmptyViewData;
28 import io.opencensus.implcore.stats.StatsTestUtil.SimpleTagContext;
152 StatsTestUtil.assertAggregationMapEquals( in record_UnregisteredMeasure()
156 StatsTestUtil.createAggregationData(Sum.create(), MEASURE_DOUBLE, 2.0)), in record_UnregisteredMeasure()
283 StatsTestUtil.assertAggregationMapEquals( in recordTwice()
287 StatsTestUtil.createAggregationData(Sum.create(), MEASURE_DOUBLE, 1.0), in recordTwice()
289 StatsTestUtil.createAggregationData(Sum.create(), MEASURE_DOUBLE, 1.0)), in recordTwice()
342 StatsTestUtil.assertAggregationMapEquals( in record_StatsReenabled()
346 StatsTestUtil.createAggregationData(Sum.create(), MEASURE_DOUBLE, 4.0)), in record_StatsReenabled()
DStatsTestUtil.java54 final class StatsTestUtil { class
58 private StatsTestUtil() {} in StatsTestUtil() method in StatsTestUtil
DMutableAggregationTest.java20 import static io.opencensus.implcore.stats.StatsTestUtil.assertAggregationDataEquals;