MCPcopy Index your code
hub / github.com/OpenFeign/feign / afterEachTest

Method afterEachTest

core/src/test/java/feign/BaseApiTest.java:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 @AfterEach
98 void afterEachTest() throws IOException {
99 server.close();
100 }
101}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected