Utils::CalitkoMocks::MockBase Struct Reference
#include <Mocks.h> [code]
List of all members.
Detailed Description
Definition at line 81 of file Mocks.h.
|
Public Member Functions |
| template<typename Host, typename Func> |
CallDriver< BoundFunction<
Host, Func > > | calls (auto_ptr< BoundFunction< Host, Func > > f) |
| template<typename Host, typename Func> |
CallDriver< BoundFunction<
Host, Func > > | callsMsg (auto_ptr< BoundFunction< Host, Func > > f, const std::string &expressionString, const SourceLine &sourceLine) |
| void | fail (const std::string &function) |
Member Function Documentation
|
template<typename Host, typename Func> |
| CallDriver<BoundFunction <Host, Func> > Utils::CalitkoMocks::MockBase::calls |
( |
auto_ptr< BoundFunction< Host, Func > > |
f |
) |
[inline] |
|
|
template<typename Host, typename Func> |
| CallDriver<BoundFunction <Host, Func> > Utils::CalitkoMocks::MockBase::callsMsg |
( |
auto_ptr< BoundFunction< Host, Func > > |
f, |
|
|
const std::string & |
expressionString, |
|
|
const SourceLine & |
sourceLine |
|
) |
[inline] |
|
| void Utils::CalitkoMocks::MockBase::fail |
( |
const std::string & |
function |
) |
[inline] |
|
The documentation for this struct was generated from the following file: