Deprecated API
Contents
-
Deprecated ClassesClassDescriptionuse
TestServer.main(String[])with--enable-time-skippingto get the behavior of this starter method
-
Deprecated MethodsMethodDescriptionuse
TestServer.createPortBoundServer(int, boolean)instead and passlockTimeSkipping=falseto emulate the behavior of this methoduseTestServicesStarterto create just the services with gRPC server
-
Deprecated ConstructorsConstructorDescriptionuse
TestServer.createServer(boolean)instead and passlockTimeSkipping=falseto emulate the behavior of this methoduseTestServer.createServer(boolean)insteaduseTestServer.createServer(boolean, long)instead and passlockTimeSkipping=falseto emulate the behavior of this method