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

Method tearDown

api/src/test/java/io/grpc/ContextTest.java:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 @After
102 public void tearDown() {
103 scheduler.shutdown();
104 assertEquals(Context.ROOT, Context.current());
105 }
106
107 @Test
108 public void defaultContext() throws Exception {

Callers 1

callMethod · 0.45

Calls 3

currentMethod · 0.95
assertEqualsMethod · 0.80
shutdownMethod · 0.65

Tested by

no test coverage detected