Specs
Beautiful C++ Test Framework
|
#include <API.h>
Public Member Functions | |
virtual | ~ISpecRunResult ()=default |
virtual ISpecComponent * | component () const =0 |
virtual ISpecGroup * | group () const =0 |
virtual ISpec * | spec () const =0 |
virtual RunResultStatus | status () const =0 |
virtual const char * | message () const =0 |
virtual ISpecRunResult * | copy () const =0 |
virtual const char * | status_as_string () const |
|
virtualdefault |
|
pure virtual |
Implemented in SpecsCpp::SpecRunResult.
|
pure virtual |
Implemented in SpecsCpp::SpecRunResult.
|
pure virtual |
Implemented in SpecsCpp::SpecRunResult.
|
pure virtual |
Implemented in SpecsCpp::SpecRunResult.
|
pure virtual |
Implemented in SpecsCpp::SpecRunResult.
|
pure virtual |
Implemented in SpecsCpp::SpecRunResult.
Referenced by status_as_string().
|
inlinevirtual |