tunit - Reference Guide  1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
Todo List
Member tunit::string_assert::does_not_match (const std::wstring &regex_pattern, const std::wstring &actual)
: when std::regex ready: remove this comment.
Member tunit::string_assert::matches (const std::wstring &regex_pattern, const std::wstring &actual)
: when std::regex ready: remove this comment.
Member tunit::string_assume::does_not_match (const std::wstring &regex_pattern, const std::wstring &actual)
: when std::regex ready: remove this comment.
Member tunit::string_assume::matches (const std::wstring &regex_pattern, const std::wstring &actual)
: when std::regex ready: remove this comment.
Member tunit::string_valid::does_not_match (const std::wstring &regex_pattern, const std::wstring &actual)
: when std::regex ready: remove this comment.
Member tunit::string_valid::matches (const std::wstring &regex_pattern, const std::wstring &actual)
: when std::regex ready: remove this comment.