C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
CppSpec::Result Member List

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::Resultinlinestatic
error_with(std::source_location location, std::string error_message) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic
failure(std::source_location location) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic
failure_with(std::source_location location, std::string failure_message) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic
get_location() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
get_location_string() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
get_message() noexcept (defined in CppSpec::Result)CppSpec::Resultinline
get_message() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
get_type() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
get_type() noexcept (defined in CppSpec::Result)CppSpec::Resultinline
is_error() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
is_failure() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
is_success() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
operator<< (defined in CppSpec::Result)CppSpec::Resultfriend
reduce(const Result &lhs, const Result &rhs) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic
Result()=default (defined in CppSpec::Result)CppSpec::Result
set_message(std::string message) noexcept (defined in CppSpec::Result)CppSpec::Resultinline
set_status(Status status) noexcept (defined in CppSpec::Result)CppSpec::Resultinline
set_type(std::string type) noexcept (defined in CppSpec::Result)CppSpec::Resultinline
skipped() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
skipped(std::source_location location) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic
skipped_with(std::source_location location, std::string skipped_message) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic
Status enum name (defined in CppSpec::Result)CppSpec::Result
status() const noexcept (defined in CppSpec::Result)CppSpec::Resultinline
success(std::source_location location) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic
success_with(std::source_location location, std::string success_message) noexcept (defined in CppSpec::Result)CppSpec::Resultinlinestatic