MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / TearDown

Method TearDown

tests/integration/WireServerTest.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void TearDown() override {
68 serverThread.wait_for(THREAD_TEST_TIMEOUT);
69 destroyListeningServer();
70 }
71
72 virtual SocketServer* createListeningServer() = 0;
73 virtual void destroyListeningServer() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected