mockpp::StubBuilder< void, I > Class Template Reference
[Chaining behaviour of a Chainable Mock Object]

Partial specialisation for builder class for void stub related purposes. More...

Inheritance diagram for mockpp::StubBuilder< void, I >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

IdentityBuilderisVoid ()
 Indicates that the method is void.
IdentityBuilderwill (const StubHolder< void, I > &stubAction)
 Sets the stub return data for the invocation.
virtual void setStub (const StubHolder< void, I > &stubAction)=0
 Sets the stub data for the invocation.

Detailed Description

template<typename I>
class mockpp::StubBuilder< void, I >

Partial specialisation for builder class for void stub related purposes.

Definition at line 98 of file StubBuilder.h.


Member Function Documentation

template<typename I >
IdentityBuilder& mockpp::StubBuilder< void, I >::isVoid (  )  [inline]

Indicates that the method is void.

Returns:
the builder object

Definition at line 105 of file StubBuilder.h.

template<typename I >
virtual void mockpp::StubBuilder< void, I >::setStub ( const StubHolder< void, I > &  stubAction  )  [pure virtual]

Sets the stub data for the invocation.

Parameters:
stubAction the stub object

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on Tue Jan 5 09:49:06 2010 for mockpp by  doxygen 1.6.1