Move backported JUnit file to third_party

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177637931
This commit is contained in:
jianglai 2017-12-01 14:06:35 -08:00
parent 82382aaca6
commit 8ef4fbe9d5
22 changed files with 248 additions and 138 deletions

View file

@ -15,8 +15,8 @@
package google.registry.monitoring.metrics.contrib;
import static com.google.common.truth.Truth.assertThat;
import static google.registry.monitoring.metrics.JUnitBackports.expectThrows;
import static google.registry.monitoring.metrics.contrib.DistributionMetricSubject.assertThat;
import static google.registry.testing.JUnitBackports.expectThrows;
import com.google.common.collect.ImmutableSet;
import google.registry.monitoring.metrics.EventMetric;