google-nomulus/java/google/registry/monitoring/metrics/contrib
jianglai 9d8e48cf24 Refector metrics truth subject
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
2017-10-04 16:16:45 -04:00
..
AbstractMetricSubject.java Refector metrics truth subject 2017-10-04 16:16:45 -04:00
BUILD Add monitoring/metrics/contrib package to Nomulus release 2017-03-21 14:59:31 -04:00
DistributionMetricSubject.java Refector metrics truth subject 2017-10-04 16:16:45 -04:00
LongMetricSubject.java Refector metrics truth subject 2017-10-04 16:16:45 -04:00