Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
call
Method · 0.45
Calls
3
current
Method · 0.95
assertEquals
Method · 0.80
shutdown
Method · 0.65
Tested by
no test coverage detected