Searched refs:StatsTestUtil (Results 1 – 4 of 4) sorted by relevance
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
D | ViewManagerImplTest.java | 20 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 …]
|
D | StatsRecorderImplTest.java | 21 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()
|
D | StatsTestUtil.java | 54 final class StatsTestUtil { class 58 private StatsTestUtil() {} in StatsTestUtil() method in StatsTestUtil
|
D | MutableAggregationTest.java | 20 import static io.opencensus.implcore.stats.StatsTestUtil.assertAggregationDataEquals;
|