CppTest home page | CppTest project page |
#include <cpptest-compileroutput.h>
Compiler-like output handler.
Test suite output handler that only outputs failures in compiler warning/error format. This way, you can use your IDE to browse between failures.
The output format is configurable to be able to emulate different compiler outputs. The following modifiers exist:
Pre-defined compiler output formats.
Generic |
Generic compiler format, which equals: |
BCC |
Borland C++ Compiler (BCC) format, which equals: |
GCC |
GNU Compiler Collection (GCC) format, which equals: |
MSVC |
Microsoft Visual C++ (MSVC) format, which equals: |
void Test::CompilerOutput::assertment | ( | const Source & | s | ) | [virtual] |
Called when an assertment is issued.
s | Assert point information. |
Reimplemented from Test::Output.
References Test::Source::file(), Test::Source::line(), and Test::Source::message().