CppUnit project page | CppUnit home page |
#include <cpput/assertstring.h>
#include <algorithm>
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) |
hosts this site. |
Send comments to: CppUnit Developers |