C++Spec 1.0.0
BDD testing for C++
|
This is the complete list of members for CppSpec::ItBase, including all inherited members.
add_result(const Result &result) (defined in CppSpec::ItBase) | CppSpec::ItBase | inline |
clear_results() noexcept (defined in CppSpec::ItBase) | CppSpec::ItBase | inline |
expect(T value, std::source_location location=std::source_location::current()) | CppSpec::ItBase | |
expect(T block, std::source_location location=std::source_location::current()) | CppSpec::ItBase | |
expect(std::initializer_list< T > init_list, std::source_location location=std::source_location::current()) | CppSpec::ItBase | |
expect(Let< T > &let, std::source_location location=std::source_location::current()) | CppSpec::ItBase | |
expect(const char *string, std::source_location location=std::source_location::current()) | CppSpec::ItBase | inline |
get_children() noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
get_children() const noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
get_description() const noexcept | CppSpec::ItBase | inline |
get_location() const noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
get_parent() noexcept | CppSpec::Runnable | inline |
get_parent() const noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
get_parent_as() noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
get_parent_as() const noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
get_result() const override (defined in CppSpec::ItBase) | CppSpec::ItBase | inlinevirtual |
get_results() noexcept (defined in CppSpec::ItBase) | CppSpec::ItBase | inline |
get_results() const noexcept (defined in CppSpec::ItBase) | CppSpec::ItBase | inline |
get_runtime() const (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
get_start_time() const (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
has_parent() noexcept | CppSpec::Runnable | inline |
has_parent() const noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
ItBase()=delete (defined in CppSpec::ItBase) | CppSpec::ItBase | |
ItBase(std::source_location location) noexcept | CppSpec::ItBase | inlineexplicit |
ItBase(std::source_location location, const char *description) noexcept | CppSpec::ItBase | inlineexplicit |
make_child(Args &&... args) (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
needs_description() noexcept | CppSpec::ItBase | inline |
num_failures() const noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
num_tests() const noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
padding() const noexcept | CppSpec::Runnable | inline |
run()=0 (defined in CppSpec::Runnable) | CppSpec::Runnable | pure virtual |
Runnable(std::source_location location) (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
set_description(std::string_view description) noexcept | CppSpec::ItBase | inline |
set_location(std::source_location location) noexcept (defined in CppSpec::Runnable) | CppSpec::Runnable | inline |
timed_run() (defined in CppSpec::Runnable) | CppSpec::Runnable | inlinevirtual |
~Runnable()=default (defined in CppSpec::Runnable) | CppSpec::Runnable | virtual |