Specs
Beautiful C++ Test Framework
|
This is the complete list of members for SpecsCpp::SpecRunResult, including all inherited members.
component() const override | SpecsCpp::SpecRunResult | inlinevirtual |
copy() const override | SpecsCpp::SpecRunResult | inlinevirtual |
failed(ISpecComponent *component, ISpecGroup *group, ISpec *spec, std::string_view message="") | SpecsCpp::SpecRunResult | inlinestatic |
group() const override | SpecsCpp::SpecRunResult | inlinevirtual |
message() const override | SpecsCpp::SpecRunResult | inlinevirtual |
not_run(ISpecComponent *component, ISpecGroup *group, ISpec *spec) | SpecsCpp::SpecRunResult | inlinestatic |
passed(ISpecComponent *component, ISpecGroup *group, ISpec *spec) | SpecsCpp::SpecRunResult | inlinestatic |
spec() const override | SpecsCpp::SpecRunResult | inlinevirtual |
SpecRunResult(ISpecComponent *component, ISpecGroup *group, ISpec *spec, RunResultStatus status, std::string_view message="") | SpecsCpp::SpecRunResult | inline |
status() const override | SpecsCpp::SpecRunResult | inlinevirtual |
status_as_string() const | SpecsCpp::ISpecRunResult | inlinevirtual |
timeout(ISpecComponent *component, ISpecGroup *group, ISpec *spec) | SpecsCpp::SpecRunResult | inlinestatic |
~ISpecRunResult()=default | SpecsCpp::ISpecRunResult | virtual |