Opaque handle that holds logging information for a particular test.
More...
|
| TestAtom (bool started, const std::string &name, const std::string &cmdline) |
|
Opaque handle that holds logging information for a particular test.
This object is an opaque handle to information used by the Logger to print test results. The sample must call Logger::defineTest() in order to obtain a TestAtom that can be used with Logger::reportTest{Start,End}().
◆ TestAtom() [1/2]
sample::Logger::TestAtom::TestAtom |
( |
TestAtom && |
| ) |
|
|
default |
◆ TestAtom() [2/2]
sample::Logger::TestAtom::TestAtom |
( |
bool |
started, |
|
|
const std::string & |
name, |
|
|
const std::string & |
cmdline |
|
) |
| |
|
inlineprivate |
◆ Logger
◆ mStarted
bool sample::Logger::TestAtom::mStarted |
|
private |
◆ mName
std::string sample::Logger::TestAtom::mName |
|
private |
◆ mCmdline
std::string sample::Logger::TestAtom::mCmdline |
|
private |
The documentation for this class was generated from the following file: