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

Method isVerbose

src/CppUTest/CommandLineArguments.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool CommandLineArguments::isVerbose() const
146{
147 return verbose_;
148}
149
150bool CommandLineArguments::isVeryVerbose() const
151{

Callers 2

initializeTestRunMethod · 0.45
parseArgumentsMethod · 0.45

Calls

no outgoing calls

Tested by 2

initializeTestRunMethod · 0.36
parseArgumentsMethod · 0.36