Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
void TestTestingFixture::setOutputVerbose()
113
{
114
output_->verbose(TestOutput::level_verbose);
115
}
116
117
void TestTestingFixture::runTestWithMethod(void(*method)())
118
{
Callers
1
TEST
Function · 0.80
Calls
1
verbose
Method · 0.80
Tested by
no test coverage detected