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

Method runTestWithMethod

src/CppUTest/TestTestingFixture.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void TestTestingFixture::runTestWithMethod(void(*method)())
118{
119 setTestFunction(method);
120 runAllTests();
121}
122
123void TestTestingFixture::runAllTests()
124{

Callers 4

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected