CppUnit project page CppUnit home page

assertstring.cpp File Reference

#include <cpput/assertstring.h>
#include <algorithm>

Include dependency graph for assertstring.cpp:


Namespaces

namespace  CppUT

Functions

CheckerResult CppUT::checkStdStringStartsWith (const std::string &string, const std::string &pattern, const Message &message)
CheckerResult CppUT::checkStdStringEndsWith (const std::string &string, const std::string &pattern, const Message &message)
CheckerResult CppUT::checkStdStringContains (const std::string &string, const std::string &pattern, const Message &message)
CheckerResult CppUT::checkStdStringEquals (const std::string &expected, const std::string &actual, const Message &message)

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers