Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ RunTests
Method
RunTests
tests/TestBase.h:41–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void RunTests()
42
{
43
TestQueue *curr = head;
44
while(curr)
45
{
46
curr->Run();
47
curr = curr->next;
48
}
49
}
50
virtual void Run(){}
51
52
static TestQueue *head, *tail;
Callers
1
RunTests
Function · 0.80
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected