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

Method UnitTest

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

Source from the content-addressed store, hash-verified

108 public:
109 std::string name;
110 UnitTest() {}
111 UnitTest(const char * name);
112 virtual ~UnitTest() {}
113 virtual void run() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected