MCPcopy Create free account
hub / github.com/cusplibrary/cusplibrary / run

Method run

testing/unittest/testframework.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 UnitTest(const char * name);
112 virtual ~UnitTest() {}
113 virtual void run() {}
114
115 bool operator<(const UnitTest& u) const
116 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected