Searched refs:bootstrapRef (Results 1 – 1 of 1) sorted by relevance
179 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.FakeBootstrapSetter302 bootstrapRef.set(bootstrap); in setBootstrap()