Go to the source code of this file.
Classes | |
| class | mockpp::InvocationMockerBase< R, I > |
| Base class for helper objects to mock invocations. More... | |
| class | mockpp::InvocationMockerBase< R, I >::DescriberBase |
| Base for describer objects. More... | |
| class | mockpp::InvocationMockerBase< R, I >::Describer |
| This encapsulates knowledge about how the InvocationMockerBuilder class adds matchers to an InvocationMocker. More... | |
| class | mockpp::InvocationMockerBase< R, I >::DefaultDescriber |
| Default describer. More... | |
| class | mockpp::InvocationMocker< R, I > |
| Helper object to mock invocations. More... | |
| class | mockpp::InvocationMocker< void, I > |
| Partial specialisation for helper objects to mock void invocations. More... | |
Namespaces | |
| namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Defines | |
| #define | MOCKPP_INVOCATIONMOCKER_PTI_IMPL(I) |
| Implement a specialized class for MOCKPP_NS::InvocationMocker. | |
| #define | MOCKPP_INVOCATIONMOCKER_PTI_DECL(I) |
| Declare a specialized class for MOCKPP_NS::InvocationMocker. | |
Definition in file InvocationMocker.h.
| #define MOCKPP_INVOCATIONMOCKER_PTI_DECL | ( | I | ) |
Declare a specialized class for MOCKPP_NS::InvocationMocker.
Neccessary for compilers with weak template capabilities.
| #define MOCKPP_INVOCATIONMOCKER_PTI_IMPL | ( | I | ) |
Implement a specialized class for MOCKPP_NS::InvocationMocker.
Neccessary for compilers with weak template capabilities.
1.6.1