Home
last modified time | relevance | path

Searched refs:strippedStatus (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DAbstractTransportTest.java901 Status strippedStatus = Status.OK.withDescription("Hello. Goodbye."); in earlyServerClose_withServerHeaders() local
902 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_withServerHeaders()
933 Status strippedStatus = Status.OK.withDescription("Hellogoodbye"); in earlyServerClose_noServerHeaders() local
934 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_noServerHeaders()
977 Status strippedStatus = Status.INTERNAL.withDescription("I'm not listening"); in earlyServerClose_serverFailure() local
978 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_serverFailure()
1024 Status strippedStatus = Status.INTERNAL.withDescription("I'm not listening"); in earlyServerClose_serverFailure_withClientCancelOnListenerClosed() local
1025 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_serverFailure_withClientCancelOnListenerClosed()