use of io.grpc.inprocess.InProcessSocketAddress in project grpc-java by grpc.
the class XdsClientWrapperForServerSdsTestMisc method nonInetSocketAddress_expectNull.
@Test
public void nonInetSocketAddress_expectNull() throws Exception {
sendListenerUpdate(new InProcessSocketAddress("test1"), null, null, tlsContextManager);
assertThat(getSslContextProviderSupplier(selectorManager.getSelectorToUpdateSelector())).isNull();
}
Aggregations