Home
last modified time | relevance | path

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

/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/errorhandling/
DDetailErrorSample.java57 private static final Metadata.Key<DebugInfo> DEBUG_INFO_TRAILER_KEY = field in DetailErrorSample
80 trailers.put(DEBUG_INFO_TRAILER_KEY, DEBUG_INFO); in run()
104 Verify.verify(trailers.containsKey(DEBUG_INFO_TRAILER_KEY)); in verifyErrorReply()
107 Verify.verify(trailers.get(DEBUG_INFO_TRAILER_KEY).equals(DEBUG_INFO)); in verifyErrorReply()
210 Verify.verify(trailers.containsKey(DEBUG_INFO_TRAILER_KEY)); in advancedAsyncCall()
212 Verify.verify(trailers.get(DEBUG_INFO_TRAILER_KEY).equals(DEBUG_INFO)); in advancedAsyncCall()