#include <mockpp/mockpp.h>
#include <mockpp/MockObject.h>
#include <mockpp/ExpectationList.h>
#include <mockpp/ReturnObjectList.h>
#include <mockpp/ExpectationCounter.h>
#include <mockpp/constraint/ConstraintList.h>
#include <mockpp/chaining/ChainingMockObjectSupport.h>
#include "interface.h"
#include "consumer.h"
#include <exception>
#include <iostream>
Go to the source code of this file.
Classes | |
class | BasicMock |
Functions | |
int | main (int, char **) |
int main | ( | int | , | |
char ** | ||||
) |
Definition at line 84 of file basicmock.cpp.
References BasicMock::calculate_input, BasicMock::calculate_output, BasicMock::close_counter, Consumer::load(), MOCKPP_CATCH, MOCKPP_TRY, BasicMock::open_name, Consumer::process(), BasicMock::read_data, Consumer::save(), and BasicMock::write_data.