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

Function TEST_F

framework/test/gtest/BundleEventTest.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64TEST_F(BundleEventTest, invalidBundleEvents)
65{
66 Bundle b;
67 ASSERT_THROW(BundleEvent(BundleEvent::Type::BUNDLE_INSTALLED, b), std::invalid_argument);
68}
69
70TEST_F(BundleEventTest, invalidBundleOrigin)
71{

Callers

nothing calls this directly

Calls 5

GetOriginMethod · 0.80
BundleEventClass · 0.50
findMethod · 0.45
GetTypeMethod · 0.45
GetBundleMethod · 0.45

Tested by

no test coverage detected