Searched refs:AbstractInteropTest (Results 1 – 14 of 14) sorted by relevance
30 public class AutoWindowSizingOnTest extends AbstractInteropTest {41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in getServerBuilder()48 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
34 public class Http2NettyLocalChannelTest extends AbstractInteropTest {41 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()52 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
41 public class Http2NettyTest extends AbstractInteropTest {49 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()67 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannel()
54 public class Http2OkHttpTest extends AbstractInteropTest {81 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()95 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in createChannelBuilder()
63 public class TransportCompressionTest extends AbstractInteropTest {89 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in getServerBuilder()130 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE)
28 public class InProcessTest extends AbstractInteropTest {
23 import io.grpc.testing.integration.AbstractInteropTest;150 private static class Tester extends AbstractInteropTest {
127 public static final class Tester extends AbstractInteropTest {136 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE); in createChannel()
205 public static final class Tester extends AbstractInteropTest {218 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE);
150 .maxInboundMessageSize(AbstractInteropTest.MAX_MESSAGE_SIZE) in start()
349 private class Tester extends AbstractInteropTest {
512 class Tester extends AbstractInteropTest {
144 public abstract class AbstractInteropTest { class145 private static Logger logger = Logger.getLogger(AbstractInteropTest.class.getName());
10 "io/grpc/testing/integration/AbstractInteropTest.java",