Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ isEclipseOutput
Method
isEclipseOutput
src/CppUTest/CommandLineArguments.cpp:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
bool CommandLineArguments::isEclipseOutput() const
369
{
370
return outputType_ == OUTPUT_ECLIPSE;
371
}
372
373
bool CommandLineArguments::isJUnitOutput() const
374
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64