MCPcopy 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

RunTestsFunction · 0.80

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected