Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
TEST(TestRegistry, registryMyRegistryAndReset)
156
{
157
CHECK(myRegistry->getCurrentRegistry() == myRegistry);
158
}
159
160
TEST(TestRegistry, emptyRegistryIsEmpty)
161
{
Callers
nothing calls this directly
Calls
15
addAndRunAllTests
Function · 0.85
getCurrentRegistry
Method · 0.80
unDoLastAddTest
Method · 0.80
findTestWithName
Method · 0.80
setTestName
Method · 0.80
findTestWithGroup
Method · 0.80
setGroupName
Method · 0.80
setNameFilters
Method · 0.80
setGroupFilters
Method · 0.80
isRunInSeperateProcess
Method · 0.80
getCurrentRepetition
Method · 0.80
countPlugins
Method · 0.80
Tested by
no test coverage detected