Go to the source code of this file.
Classes | |
class | mockpp::SwitchChainable< params > |
Helper class to select the method mock with the correct number of parameters. More... | |
class | mockpp::SwitchChainable< 0 > |
Helper class to select the method mock with 0 parameters. More... | |
class | mockpp::SwitchChainable< 0 >::Method< RT, P1, P2, P3, P4, P5, P6 > |
Helper class with an embeded type to the the method mock with 0 parameters. More... | |
class | mockpp::SwitchChainable< 1 > |
Helper class to select the method mock with 1 parameters. More... | |
class | mockpp::SwitchChainable< 1 >::Method< RT, P1, P2, P3, P4, P5, P6 > |
Helper class with an embeded type to the the method mock with 1 parameters. More... | |
class | mockpp::SwitchChainable< 2 > |
Helper class to select the method mock with 2 parameters. More... | |
class | mockpp::SwitchChainable< 2 >::Method< RT, P1, P2, P3, P4, P5, P6 > |
Helper class with an embeded type to the the method mock with 2 parameters. More... | |
class | mockpp::SwitchChainable< 3 > |
Helper class to select the method mock with 3 parameters. More... | |
class | mockpp::SwitchChainable< 3 >::Method< RT, P1, P2, P3, P4, P5, P6 > |
Helper class with an embeded type to the the method mock with 3 parameters. More... | |
class | mockpp::SwitchChainable< 4 > |
Helper class to select the method mock with 4 parameters. More... | |
class | mockpp::SwitchChainable< 4 >::Method< RT, P1, P2, P3, P4, P5, P6 > |
Helper class with an embeded type to the the method mock with 4 parameters. More... | |
class | mockpp::SwitchChainable< 5 > |
Helper class to select the method mock with 5 parameters. More... | |
class | mockpp::SwitchChainable< 5 >::Method< RT, P1, P2, P3, P4, P5, P6 > |
Helper class with an embeded type to the the method mock with 5 parameters. More... | |
class | mockpp::SwitchChainable< 6 > |
Helper class to select the method mock with 6 parameters. More... | |
class | mockpp::SwitchChainable< 6 >::Method< RT, P1, P2, P3, P4, P5, P6 > |
Helper class with an embeded type to the the method mock with 6 parameters. More... | |
class | mockpp::ChainableMockMethod< RT, P1, P2, P3, P4, P5, P6 > |
Method mock class to select the actual class with the desired number of parameters. More... | |
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". |
Definition in file CountedChainableMethod.h.