MCPcopy Create free account
hub / github.com/MITK/MITK / tearDown

Method tearDown

Modules/RESTAPI/test/mitkRestServerTest.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 void tearDown() override
226 {
227 if (m_Server)
228 {
229 m_Server->Stop();
230 }
231 m_Server.reset();
232 }
233
234 void StartsAndStops()
235 {

Callers

nothing calls this directly

Calls 2

resetMethod · 0.80
StopMethod · 0.45

Tested by

no test coverage detected