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

Method isJUnitOutput

src/CppUTest/CommandLineArguments.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373bool CommandLineArguments::isJUnitOutput() const
374{
375 return outputType_ == OUTPUT_JUNIT;
376}
377
378bool CommandLineArguments::isTeamCityOutput() const
379{

Callers 2

parseArgumentsMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

parseArgumentsMethod · 0.64
TESTFunction · 0.64