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

Function TEST

tests/CppUTest/TestRegistryTest.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153};
154
155TEST(TestRegistry, registryMyRegistryAndReset)
156{
157 CHECK(myRegistry->getCurrentRegistry() == myRegistry);
158}
159
160TEST(TestRegistry, emptyRegistryIsEmpty)
161{

Callers

nothing calls this directly

Calls 15

addAndRunAllTestsFunction · 0.85
getCurrentRegistryMethod · 0.80
unDoLastAddTestMethod · 0.80
findTestWithNameMethod · 0.80
setTestNameMethod · 0.80
findTestWithGroupMethod · 0.80
setGroupNameMethod · 0.80
setNameFiltersMethod · 0.80
setGroupFiltersMethod · 0.80
getCurrentRepetitionMethod · 0.80
countPluginsMethod · 0.80

Tested by

no test coverage detected