#include <mockpp/mockpp.h>
#include "interface.h"
#include "consumer.h"
#include <mockpp/chaining/mockpp_pti.h>
#include <mockpp/chaining/ChainableMockObject.h>
#include <mockpp/chaining/ChainingMockObjectSupport.h>
#include <exception>
#include <iostream>
Go to the source code of this file.
Classes | |
class | ChainMock |
Typedefs | |
typedef MOCKPP_NS::Invocation1 < unsigned > | InvocationUInt |
Functions | |
int | main (int, char **) |
Variables | |
USING_NAMESPACE_MOCKPP typedef MOCKPP_NS::Invocation1 < MOCKPP_STL::string > | InvocationString |
typedef MOCKPP_NS::Invocation1<unsigned> InvocationUInt |
Definition at line 29 of file chainmock.cpp.
int main | ( | int | , | |
char ** | ||||
) |
Definition at line 66 of file chainmock.cpp.
References atLeast(), eq(), Consumer::load(), MOCKPP_CATCH, MOCKPP_CHAINER_FOR, MOCKPP_CHAINER_FOR_EXT, MOCKPP_PCHAR, MOCKPP_TRY, once(), onConsecutiveCalls(), Consumer::process(), Consumer::save(), and stringContains().
USING_NAMESPACE_MOCKPP typedef MOCKPP_NS::Invocation1<MOCKPP_STL::string> InvocationString |
Definition at line 28 of file chainmock.cpp.