MCPcopy 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
368bool CommandLineArguments::isEclipseOutput() const
369{
370 return outputType_ == OUTPUT_ECLIPSE;
371}
372
373bool CommandLineArguments::isJUnitOutput() const
374{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64