mirror of https://github.com/grpc/grpc-java.git
parent
5f0ee3a725
commit
8fe313f598
|
|
@ -41,7 +41,7 @@ import org.junit.rules.TestRule;
|
||||||
* {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
|
* {@link ManagedChannel} provided by {@link GrpcServerRule#getChannel()}.
|
||||||
*/
|
*/
|
||||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488")
|
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2488")
|
||||||
public class GrpcServerRule extends ExternalResource {
|
public final class GrpcServerRule extends ExternalResource {
|
||||||
|
|
||||||
private ManagedChannel channel;
|
private ManagedChannel channel;
|
||||||
private Server server;
|
private Server server;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue