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

Method setOutputVerbose

src/CppUTest/TestTestingFixture.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void TestTestingFixture::setOutputVerbose()
113{
114 output_->verbose(TestOutput::level_verbose);
115}
116
117void TestTestingFixture::runTestWithMethod(void(*method)())
118{

Callers 1

TESTFunction · 0.80

Calls 1

verboseMethod · 0.80

Tested by

no test coverage detected