Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
bool CommandLineArguments::isJUnitOutput() const
374
{
375
return outputType_ == OUTPUT_JUNIT;
376
}
377
378
bool CommandLineArguments::isTeamCityOutput() const
379
{
Callers
2
parseArguments
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
parseArguments
Method · 0.64
TEST
Function · 0.64