|
struct | always_false |
|
class | BasicExpectation |
| The actual expectation template. More...
|
|
class | BasicExpectationBuilder |
|
class | BasicReporter |
| A reporter, which creates text messages and reports them via the provided callbacks. More...
|
|
class | CallReport |
| Contains the extracted info from a typed call::Info . More...
|
|
struct | case_insensitive_t |
| Tag type, used in string matchers. More...
|
|
class | ControlPolicy |
|
class | DefaultReporter |
| The default reporter. More...
|
|
class | Error |
|
class | Expectation |
| The base interface for expectations. More...
|
|
class | ExpectationCollection |
| Collects all expectations for a specific (decayed) signature. More...
|
|
class | ExpectationReport |
| Contains the extracted info from a typed expectation. More...
|
|
class | GreedySequence |
| The greedy sequence interface. More...
|
|
class | IReporter |
| The reporter interface. More...
|
|
struct | is_character |
| Primary template, which always yields false . More...
|
|
struct | is_character< char > |
| Specialization for char . More...
|
|
struct | is_character< char16_t > |
| Specialization for char16_t . More...
|
|
struct | is_character< char32_t > |
| Specialization for char32_t . More...
|
|
struct | is_character< char8_t > |
| Specialization for char8_t . More...
|
|
struct | is_character< signed char > |
| Specialization for signed char . More...
|
|
struct | is_character< unsigned char > |
| Specialization for unsigned char . More...
|
|
struct | is_character< wchar_t > |
| Specialization for wchar_t . More...
|
|
struct | is_overload_set |
| Primary template, purposely undefined. More...
|
|
struct | is_overload_set< First > |
|
struct | is_overload_set< First, Second, Others... > |
|
struct | is_overloadable_with |
|
class | LazySequence |
| The lazy sequence interface. More...
|
|
class | LifetimeWatcher |
| A watcher type, which reports it's destructor calls. More...
|
|
class | MatchReport |
| Contains the detailed information for match outcomes. More...
|
|
class | Mock |
| A Mock type, which fully supports overload sets. More...
|
|
class | PredicateMatcher |
| Generic matcher and the basic building block of most of the built-in matchers. More...
|
|
struct | priority_tag |
|
struct | priority_tag< 0 > |
|
class | RelocationWatcher |
| A watcher type, which reports it's move-constructor and -assignment calls. More...
|
|
class | ScopedExpectation |
| Takes the ownership of an expectation and check whether it's satisfied during destruction. More...
|
|
struct | signature_add_noexcept |
| Primary template, purposely undefined. More...
|
|
struct | signature_add_noexcept< Return(Params...) & > |
|
struct | signature_add_noexcept< Return(Params...) && > |
|
struct | signature_add_noexcept< Return(Params...) &&noexcept > |
|
struct | signature_add_noexcept< Return(Params...) &noexcept > |
|
struct | signature_add_noexcept< Return(Params...) const & > |
|
struct | signature_add_noexcept< Return(Params...) const && > |
|
struct | signature_add_noexcept< Return(Params...) const &&noexcept > |
|
struct | signature_add_noexcept< Return(Params...) const &noexcept > |
|
struct | signature_add_noexcept< Return(Params...) const > |
|
struct | signature_add_noexcept< Return(Params...) const noexcept > |
|
struct | signature_add_noexcept< Return(Params...) noexcept > |
|
struct | signature_add_noexcept< Return(Params...)> |
|
struct | signature_add_noexcept< Return(Params...,...) & > |
|
struct | signature_add_noexcept< Return(Params...,...) && > |
|
struct | signature_add_noexcept< Return(Params...,...) &&noexcept > |
|
struct | signature_add_noexcept< Return(Params...,...) &noexcept > |
|
struct | signature_add_noexcept< Return(Params...,...) const & > |
|
struct | signature_add_noexcept< Return(Params...,...) const && > |
|
struct | signature_add_noexcept< Return(Params...,...) const &&noexcept > |
|
struct | signature_add_noexcept< Return(Params...,...) const &noexcept > |
|
struct | signature_add_noexcept< Return(Params...,...) const > |
|
struct | signature_add_noexcept< Return(Params...,...) const noexcept > |
|
struct | signature_add_noexcept< Return(Params...,...) noexcept > |
|
struct | signature_add_noexcept< Return(Params...,...)> |
|
struct | signature_decay |
| Primary template, purposely undefined. More...
|
|
struct | signature_decay< Return(Params...) & > |
|
struct | signature_decay< Return(Params...) && > |
|
struct | signature_decay< Return(Params...) &&noexcept > |
|
struct | signature_decay< Return(Params...) &noexcept > |
|
struct | signature_decay< Return(Params...) const & > |
|
struct | signature_decay< Return(Params...) const && > |
|
struct | signature_decay< Return(Params...) const &&noexcept > |
|
struct | signature_decay< Return(Params...) const &noexcept > |
|
struct | signature_decay< Return(Params...) const > |
|
struct | signature_decay< Return(Params...) const noexcept > |
|
struct | signature_decay< Return(Params...) noexcept > |
|
struct | signature_decay< Return(Params...)> |
|
struct | signature_decay< Return(Params...,...) & > |
|
struct | signature_decay< Return(Params...,...) && > |
|
struct | signature_decay< Return(Params...,...) &&noexcept > |
|
struct | signature_decay< Return(Params...,...) &noexcept > |
|
struct | signature_decay< Return(Params...,...) const & > |
|
struct | signature_decay< Return(Params...,...) const && > |
|
struct | signature_decay< Return(Params...,...) const &&noexcept > |
|
struct | signature_decay< Return(Params...,...) const &noexcept > |
|
struct | signature_decay< Return(Params...,...) const > |
|
struct | signature_decay< Return(Params...,...) const noexcept > |
|
struct | signature_decay< Return(Params...,...) noexcept > |
|
struct | signature_decay< Return(Params...,...)> |
|
struct | signature_param_list |
| Primary template, purposely undefined. More...
|
|
struct | signature_param_list< Return(Params...)> |
|
struct | signature_param_list< Signature > |
|
struct | signature_param_type |
| Primary template, purposely undefined. More...
|
|
struct | signature_param_type< index, Return(Params...)> |
|
struct | signature_param_type< index, Signature > |
|
struct | signature_remove_noexcept |
| Primary template, purposely undefined. More...
|
|
struct | signature_remove_noexcept< Return(Params...) & > |
|
struct | signature_remove_noexcept< Return(Params...) && > |
|
struct | signature_remove_noexcept< Return(Params...) &&noexcept > |
|
struct | signature_remove_noexcept< Return(Params...) &noexcept > |
|
struct | signature_remove_noexcept< Return(Params...) const & > |
|
struct | signature_remove_noexcept< Return(Params...) const && > |
|
struct | signature_remove_noexcept< Return(Params...) const &&noexcept > |
|
struct | signature_remove_noexcept< Return(Params...) const &noexcept > |
|
struct | signature_remove_noexcept< Return(Params...) const > |
|
struct | signature_remove_noexcept< Return(Params...) const noexcept > |
|
struct | signature_remove_noexcept< Return(Params...) noexcept > |
|
struct | signature_remove_noexcept< Return(Params...)> |
|
struct | signature_remove_noexcept< Return(Params...,...) & > |
|
struct | signature_remove_noexcept< Return(Params...,...) && > |
|
struct | signature_remove_noexcept< Return(Params...,...) &&noexcept > |
|
struct | signature_remove_noexcept< Return(Params...,...) &noexcept > |
|
struct | signature_remove_noexcept< Return(Params...,...) const & > |
|
struct | signature_remove_noexcept< Return(Params...,...) const && > |
|
struct | signature_remove_noexcept< Return(Params...,...) const &&noexcept > |
|
struct | signature_remove_noexcept< Return(Params...,...) const &noexcept > |
|
struct | signature_remove_noexcept< Return(Params...,...) const > |
|
struct | signature_remove_noexcept< Return(Params...,...) const noexcept > |
|
struct | signature_remove_noexcept< Return(Params...,...) noexcept > |
|
struct | signature_remove_noexcept< Return(Params...,...)> |
|
struct | signature_return_type |
| Primary template, purposely undefined. More...
|
|
struct | signature_return_type< Return(Params...)> |
|
struct | signature_return_type< Return(Params...,...)> |
|
struct | signature_return_type< Signature > |
|
struct | state_applicable |
|
struct | state_inapplicable |
|
struct | state_saturated |
|
struct | string_case_fold_converter |
| Primary template, purposely undefined. More...
|
|
struct | string_case_fold_converter< char > |
| Specialized template for the char type. More...
|
|
struct | string_traits |
|
struct | string_traits< std::basic_string< Char, Traits, Allocator > > |
| Specialization for std::basic_string types. More...
|
|
struct | string_traits< std::basic_string_view< Char, Traits > > |
| Specialization for std::basic_string_view types. More...
|
|
struct | string_traits< T > |
| Specialization for character pointer types. More...
|
|
struct | uint_with_size |
| Primary template, purposely undefined. More...
|
|
struct | uint_with_size< 1u > |
| 1-byte specialization. More...
|
|
struct | uint_with_size< 2u > |
| 2-byte specialization. More...
|
|
struct | uint_with_size< 4u > |
| 4-byte specialization. More...
|
|
struct | uint_with_size< 8u > |
| 8-byte specialization. More...
|
|
class | Watched |
| CRTP-type, inheriting first from all Watchers and then Base , thus effectively couple them all together. More...
|
|
class | WildcardMatcher |
| Matcher, which never fails. More...
|
|
|
using | BoostTestReporterT |
| Reporter for the integration into Boost.Test .
|
|
using | Catch2ReporterT |
| Reporter for the integration into Catch2.
|
|
using | DoctestReporterT |
| Reporter for the integration into Doctest.
|
|
using | GTestReporterT |
| Reporter for the integration into gtest.
|
|
template<typename Signature > |
using | signature_add_noexcept_t = typename signature_add_noexcept<Signature>::type |
| Convenience alias, exposing the type member alias of the actual type-trait.
|
|
template<typename Signature > |
using | signature_remove_noexcept_t = typename signature_remove_noexcept<Signature>::type |
| Convenience alias, exposing the type member alias of the actual type-trait.
|
|
template<typename Signature > |
using | signature_decay_t = typename signature_decay<Signature>::type |
| Convenience alias, exposing the type member alias of the actual type-trait.
|
|
template<typename Signature > |
using | signature_return_type_t = typename signature_return_type<Signature>::type |
| Convenience alias, exposing the type member alias of the actual type-trait.
|
|
template<std::size_t index, typename Signature > |
using | signature_param_type_t = typename signature_param_type<index, Signature>::type |
| Convenience alias, exposing the type member alias of the actual type-trait.
|
|
template<typename Signature > |
using | signature_param_list_t = typename signature_param_list<Signature>::type |
| Convenience alias, exposing the type member alias of the actual type-trait.
|
|
template<std::size_t byteCount> |
using | uint_with_size_t = typename uint_with_size<byteCount>::type |
| Convenience constant, exposing the value member of the actual type-trait.
|
|
using | CharT = char |
|
using | CharTraitsT = std::char_traits<CharT> |
|
using | StringT = std::basic_string<CharT, CharTraitsT> |
|
using | StringViewT = std::basic_string_view<CharT, CharTraitsT> |
|
using | StringStreamT = std::basic_ostringstream<CharT, CharTraitsT> |
|
using | UnmatchedCallT = Error<std::tuple<CallReport, std::vector<MatchReport>>> |
|
using | UnfulfilledExpectationT = Error<ExpectationReport> |
|
using | control_state_t |
|
using | SequenceT = LazySequence |
| The default sequence type (LazySequence).
|
|
template<typename T > |
using | string_view_t = decltype(string_traits<std::remove_cvref_t<T>>::view(std::declval<T&>())) |
| Computes the view type for the given string.
|
|
template<typename T > |
using | string_char_t = typename string_traits<std::remove_cvref_t<T>>::char_t |
| Computes the character type for the given string.
|
|