C++Spec 1.0.0
BDD testing for C++
|
This is the complete list of members for CppSpec::Result, including all inherited members.
error(std::source_location location) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
error_with(std::source_location location, std::string error_message) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
failure(std::source_location location) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
failure_with(std::source_location location, std::string failure_message) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
get_location() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
get_location_string() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
get_message() noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
get_message() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
get_type() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
get_type() noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
is_error() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
is_failure() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
is_success() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
operator<< (defined in CppSpec::Result) | CppSpec::Result | friend |
reduce(const Result &lhs, const Result &rhs) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
Result()=default (defined in CppSpec::Result) | CppSpec::Result | |
set_message(std::string message) noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
set_status(Status status) noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
set_type(std::string type) noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
skipped() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
skipped(std::source_location location) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
skipped_with(std::source_location location, std::string skipped_message) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
Status enum name (defined in CppSpec::Result) | CppSpec::Result | |
status() const noexcept (defined in CppSpec::Result) | CppSpec::Result | inline |
success(std::source_location location) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |
success_with(std::source_location location, std::string success_message) noexcept (defined in CppSpec::Result) | CppSpec::Result | inlinestatic |