MCPcopy Create free account
hub / github.com/cpputest/cpputest / addTest

Method addTest

src/CppUTest/TestTestingFixture.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void TestTestingFixture::addTest(UtestShell * test)
71{
72 registry_->addTest(test);
73}
74
75void TestTestingFixture::setTestFunction(void(*testFunction)())
76{

Callers 1

TestTestingFixtureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected