AssertMo.cpp File Reference

handle assertions of mock objects More...

Go to the source code of this file.

Namespaces

namespace  mockpp
 

Namespace for project "Mock Objects for C++".


Functions

void mockpp::assertExcludes (unsigned srcline, const char *srcfile, const String &description, const std::string &excludeString, const std::string &targetString)
 Asserts that a string does not contain a substring.
void mockpp::assertExcludes (unsigned srcline, const char *srcfile, const String &description, const std::basic_string< wchar_t > &excludeString, const std::basic_string< wchar_t > &targetString)
 Asserts that a string does not contain a substring.
void mockpp::assertIncludes (unsigned srcline, const char *srcfile, const String &description, const std::string &includeString, const std::string &targetString)
 Asserts that a string does contain a substring.
void mockpp::assertIncludes (unsigned srcline, const char *srcfile, const String &description, const std::basic_string< wchar_t > &includeString, const std::basic_string< wchar_t > &targetString)
 Asserts that a string does contain a substring.
void mockpp::assertStartsWith (unsigned srcline, const char *srcfile, const String &description, const std::string &startString, const std::string &targetString)
 Asserts that a string starts with a substring.
void mockpp::assertStartsWith (unsigned srcline, const char *srcfile, const String &description, const std::basic_string< wchar_t > &startString, const std::basic_string< wchar_t > &targetString)
 Asserts that a string starts with a substring.
void mockpp::assertVerifyFails (unsigned srcline, const char *srcfile, Verifiable *aVerifiable)
 Asserts that a verify() of an object fails.
void mockpp::notImplemented (unsigned srcline, const char *srcfile, const String &mockName)
 Throws unconditionally a NotImplementedException with the given name to indicate a not yet implemented method.

Detailed Description

handle assertions of mock objects

Id
AssertMo.cpp 1492 2010-01-03 10:47:55Z ewald-arnold

Definition in file AssertMo.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on Tue Jan 5 09:48:57 2010 for mockpp by  doxygen 1.6.1