mirror of
https://github.com/google/nomulus.git
synced 2025-06-25 22:04:56 +02:00
The concrete implementation of a Metric is not of importance when asserting on the values it contains. Therefore this CL removes Metric<T> as a type parameter of AbstractMetricSubject. As a result the two implementations of the abstract subject can be used on any Metric<Long> and Metric<Distribution>, respectively. Also migrate to Subject.Factory from deprecated SubjectFactory. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171012012 |
||
---|---|---|
.. | ||
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 |