C++Spec 1.0.0
BDD testing for C++
|
This is the complete list of members for CppSpec::Expectation< A >, including all inherited members.
Expectation()=default (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
Expectation(std::source_location location) (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | inlineexplicit |
Expectation(ItBase &it, std::source_location location) | CppSpec::Expectation< A > | inlineexplicit |
get_it() const (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | inline |
get_location() const (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | inline |
get_target() &=0 | CppSpec::Expectation< A > | pure virtual |
ignore()=0 (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | pure virtual |
ignore_ (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | protected |
ignored() const (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | inline |
is_positive_ (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | protected |
not_()=0 (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | pure virtual |
positive() const | CppSpec::Expectation< A > | inline |
to(M matcher, std::string msg="") | CppSpec::Expectation< A > | |
to_be_between(E min, E max, Matchers::RangeMode mode=Matchers::RangeMode::inclusive, std::string msg="") | CppSpec::Expectation< A > | |
to_be_false(std::string msg="") | CppSpec::Expectation< A > | |
to_be_falsy(std::string msg="") | CppSpec::Expectation< A > | |
to_be_greater_than(E rhs, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_be_less_than(E rhs, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_be_null(std::string msg="") | CppSpec::Expectation< A > | |
to_be_true(std::string msg="") | CppSpec::Expectation< A > | |
to_be_truthy(std::string msg="") | CppSpec::Expectation< A > | |
to_be_within(E expected, std::string msg="") | CppSpec::Expectation< A > | |
to_contain(std::initializer_list< U > expected, std::string msg="") | CppSpec::Expectation< A > | |
to_contain(E expected, std::string msg="") | CppSpec::Expectation< A > | |
to_end_with(std::string ending, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_end_with(std::initializer_list< U > start, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_equal(E expected, std::string msg="") | CppSpec::Expectation< A > | |
to_fail(std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_fail_with(std::string failure_message, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_have_value(std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_match(std::regex regex, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_match(std::string str, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_partially_match(std::regex regex, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_partially_match(std::string str, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_satisfy(std::function< bool(A)>, std::string msg="") | CppSpec::Expectation< A > | |
to_start_with(std::string start, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > | |
to_start_with(std::initializer_list< U > start, std::string msg="") (defined in CppSpec::Expectation< A >) | CppSpec::Expectation< A > |