Home
last modified time | relevance | path

Searched refs:bootstrapRef (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/googleapis/src/test/java/io/grpc/googleapis/
DGoogleCloudToProdNameResolverTest.java179 Map<String, ?> bootstrap = fakeBootstrapSetter.bootstrapRef.get(); in onGcpAndNoProvidedBootstrapDelegateToXds()
209 Map<String, ?> bootstrap = fakeBootstrapSetter.bootstrapRef.get(); in onGcpAndNoProvidedBootstrapAndFederationEnabledDelegateToXds()
239 assertThat(fakeBootstrapSetter.bootstrapRef.get()).isNull(); in onGcpAndProvidedBootstrapAndFederationEnabledDontDelegateToXds()
298 private final AtomicReference<Map<String, ?>> bootstrapRef = new AtomicReference<>(); field in GoogleCloudToProdNameResolverTest.FakeBootstrapSetter
302 bootstrapRef.set(bootstrap); in setBootstrap()