google-nomulus/javatests/google/registry/monitoring/metrics
mcilwain e2db3f914e Clean up some code quality issues
This removes some qualifiers that aren't necessary (e.g. public/abstract on interfaces, private on enum constructors, final on private methods, static on nested interfaces/enums), uses Java 8 lambdas and features where that's an improvement

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177182945
2017-12-01 22:14:06 -05:00
..
contrib Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
example Clean up some code quality issues 2017-12-01 22:14:06 -05:00
stackdriver Clean up some code quality issues 2017-12-01 22:14:06 -05:00
BUILD Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
CounterTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
CustomFitterTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
EventMetricTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
ExponentialFitterTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
FibonacciFitterTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
JUnitBackports.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
LabelDescriptorTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
LinearFitterTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
MetricExporterTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
MetricRegistryImplTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
MetricReporterTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
MetricSchemaTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
MutableDistributionTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
StoredMetricTest.java Use backported JUnit exceptThrows and assertThrows in metrics library 2017-11-23 01:09:07 -05:00
VirtualMetricTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00