mirror of
https://github.com/google/nomulus.git
synced 2025-06-23 21:00:50 +02:00
Currently to assert that a given Metric<Distribution> as a certain distribution for some labels, the caller needs to manually create an ImmutableDistribution and pass it to #hasValueForLabels method. With this change, an ImmutableSet of data points can be passed to #hasDataSetForLabels method. Also switched to use expectThrow backport from JUnit 4.13. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173544521 |
||
---|---|---|
.. | ||
contrib | ||
example | ||
stackdriver | ||
BUILD | ||
CounterTest.java | ||
CustomFitterTest.java | ||
EventMetricTest.java | ||
ExponentialFitterTest.java | ||
FibonacciFitterTest.java | ||
LabelDescriptorTest.java | ||
LinearFitterTest.java | ||
MetricExporterTest.java | ||
MetricRegistryImplTest.java | ||
MetricReporterTest.java | ||
MetricSchemaTest.java | ||
MutableDistributionTest.java | ||
StoredMetricTest.java | ||
VirtualMetricTest.java |