MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / TearDown

Method TearDown

framework/test/gtest/BundleTest.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void
74 TearDown() override
75 {
76 framework.Stop();
77 framework.WaitForStop(std::chrono::milliseconds::zero());
78 }
79};
80
81class FrameworkTestSuite

Callers

nothing calls this directly

Calls 2

StopMethod · 0.45
WaitForStopMethod · 0.45

Tested by

no test coverage detected