mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 01:35:59 +02:00
Move backported JUnit file to third_party
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177637931
This commit is contained in:
parent
82382aaca6
commit
8ef4fbe9d5
22 changed files with 248 additions and 138 deletions
|
@ -13,7 +13,7 @@ java_library(
|
|||
deps = [
|
||||
"//java/google/registry/monitoring/metrics",
|
||||
"//java/google/registry/monitoring/metrics/stackdriver",
|
||||
"//javatests/google/registry/monitoring/metrics",
|
||||
"//third_party/junit",
|
||||
"@com_google_api_client",
|
||||
"@com_google_apis_google_api_services_monitoring",
|
||||
"@com_google_guava",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
package google.registry.monitoring.metrics.stackdriver;
|
||||
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
import static google.registry.monitoring.metrics.JUnitBackports.assertThrows;
|
||||
import static google.registry.testing.JUnitBackports.assertThrows;
|
||||
import static java.nio.charset.StandardCharsets.UTF_8;
|
||||
import static org.mockito.Matchers.any;
|
||||
import static org.mockito.Matchers.anyString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue