C++Spec 1.0.0
BDD testing for C++
|
This is the complete list of members for CppSpec::ExpectationValue< 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 |
ExpectationValue(ItBase &it, A value, std::source_location location) | CppSpec::ExpectationValue< A > | inline |
ExpectationValue(A value, std::source_location location=std::source_location::current()) (defined in CppSpec::ExpectationValue< A >) | CppSpec::ExpectationValue< A > | inlineexplicit |
ExpectationValue(ItBase &it, std::initializer_list< U > init_list, std::source_location location) | CppSpec::ExpectationValue< A > | inline |
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() &override | CppSpec::ExpectationValue< A > | inlinevirtual |
ignore() override (defined in CppSpec::ExpectationValue< A >) | CppSpec::ExpectationValue< A > | inlinevirtual |
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_() override (defined in CppSpec::ExpectationValue< A >) | CppSpec::ExpectationValue< A > | inlinevirtual |
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 > |