MCPcopy Create free account
hub / github.com/grpc/grpc-java / onCancel

Method onCancel

api/src/test/java/io/grpc/ContextsTest.java:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 @Override public void onCancel() {
72 assertSame(uniqueContext, Context.current());
73 methodCalls.add(3);
74 }
75
76 @Override public void onComplete() {
77 assertSame(uniqueContext, Context.current());

Calls 2

currentMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected