Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ SetUp
Method
SetUp
framework/test/gtest/BundleTest.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
~BundleTest() override = default;
65
66
void
67
SetUp() override
68
{
69
framework.Start();
70
context = framework.GetBundleContext();
71
}
72
73
void
74
TearDown() override
Callers
nothing calls this directly
Calls
2
Start
Method · 0.45
GetBundleContext
Method · 0.45
Tested by
no test coverage detected