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

Function TEST

framework/test/gtest/InvalidBundleTest.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using namespace cppmicroservices;
33
34TEST(InvalidBundle, GetBundleIdFromInvalidBundle)
35{
36 Bundle b;
37 EXPECT_THROW(b.GetBundleId(), std::invalid_argument);
38}
39
40TEST(InvalidBundle, GetBundleLocationFromInvalidBundle)
41{

Callers

nothing calls this directly

Calls 15

GetSymbolicNameMethod · 0.80
GetRegisteredServicesMethod · 0.80
GetServicesInUseMethod · 0.80
GetVersionMethod · 0.80
GetBundleIdMethod · 0.45
GetLocationMethod · 0.45
GetPropertiesMethod · 0.45
StartMethod · 0.45
StopMethod · 0.45
UninstallMethod · 0.45
GetBundleContextMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected