MCPcopy Create free account
hub / github.com/Compaile/ctrack / JUnitTestCase

Method JUnitTestCase

test/doctest.h:5777–5778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5775 struct JUnitTestCase
5776 {
5777 JUnitTestCase(const std::string& _classname, const std::string& _name)
5778 : classname(_classname), name(_name), time(0), failures() {}
5779
5780 std::string classname, name;
5781 double time;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected