ChainMock Class Reference
List of all members.
Public Member Functions |
| ChainMock () |
| MOCKPP_VOID_CHAINABLE_EXT1 (ChainMock, open, const MOCKPP_STL::string &, ext, MOCKPP_STL::string) |
| MOCKPP_CHAINABLE0 (ChainMock, MOCKPP_STL::string, read) |
| MOCKPP_VOID_CHAINABLE_EXT1 (ChainMock, write, const MOCKPP_STL::string &, ext, MOCKPP_STL::string) |
| MOCKPP_CHAINABLE_EXT1 (ChainMock, unsigned, calculate, unsigned, unsigned, ext, unsigned) |
| MOCKPP_VOID_CHAINABLE0 (ChainMock, close) |
| ChainMock () |
void | open (const MOCKPP_STL::string &filename) |
MOCKPP_STL::string | read () |
void | write (const MOCKPP_STL::string &data) |
unsigned | calculate (unsigned input) |
void | close () |
Public Attributes |
MOCKPP_NS::ChainableMockMethod
< void, MOCKPP_STL::string > | open_mocker |
MOCKPP_NS::ChainableMockMethod
< MOCKPP_STL::string > | read_mocker |
MOCKPP_NS::ChainableMockMethod
< void, MOCKPP_STL::string > | write_mocker |
MOCKPP_NS::ChainableMockMethod
< void > | close_mocker |
MOCKPP_NS::ChainableMockMethod
< unsigned, unsigned > | calculate_mocker |
Detailed Description
Definition at line 37 of file chainmock.cpp.
Constructor & Destructor Documentation
ChainMock::ChainMock |
( |
|
) |
[inline] |
ChainMock::ChainMock |
( |
|
) |
[inline] |
Member Function Documentation
unsigned ChainMock::calculate |
( |
unsigned |
input |
) |
[inline, virtual] |
void ChainMock::close |
( |
|
) |
[inline, virtual] |
ChainMock::MOCKPP_CHAINABLE0 |
( |
ChainMock |
, |
|
|
MOCKPP_STL::string |
, |
|
|
read |
| |
|
) |
| | |
ChainMock::MOCKPP_CHAINABLE_EXT1 |
( |
ChainMock |
, |
|
|
unsigned |
, |
|
|
calculate |
, |
|
|
unsigned |
, |
|
|
unsigned |
, |
|
|
ext |
, |
|
|
unsigned |
| |
|
) |
| | |
ChainMock::MOCKPP_VOID_CHAINABLE0 |
( |
ChainMock |
, |
|
|
close |
| |
|
) |
| | |
ChainMock::MOCKPP_VOID_CHAINABLE_EXT1 |
( |
ChainMock |
, |
|
|
write |
, |
|
|
const MOCKPP_STL::string & |
, |
|
|
ext |
, |
|
|
MOCKPP_STL::string |
| |
|
) |
| | |
ChainMock::MOCKPP_VOID_CHAINABLE_EXT1 |
( |
ChainMock |
, |
|
|
open |
, |
|
|
const MOCKPP_STL::string & |
, |
|
|
ext |
, |
|
|
MOCKPP_STL::string |
| |
|
) |
| | |
void ChainMock::open |
( |
const MOCKPP_STL::string & |
filename |
) |
[inline, virtual] |
MOCKPP_STL::string ChainMock::read |
( |
|
) |
[inline, virtual] |
void ChainMock::write |
( |
const MOCKPP_STL::string & |
data |
) |
[inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: