Builder class for identity related purposes. More...
Public Member Functions | |
virtual | ~IdentityBuilder () |
Destruct the item. | |
virtual void | id (const String &id)=0 |
Sets the identifier for the expectation. |
Builder class for identity related purposes.
Definition at line 48 of file IdentityBuilder.h.
mockpp::IdentityBuilder::~IdentityBuilder | ( | ) | [virtual] |
Destruct the item.
Also makes destructor virtual.
Definition at line 45 of file IdentityBuilder.cpp.
virtual void mockpp::IdentityBuilder::id | ( | const String & | id | ) | [pure virtual] |
Sets the identifier for the expectation.
id | identifier for the expectation |