API Documentation
nkDebug::TestUtils Member List

This is the complete list of members for nkDebug::TestUtils, including all inherited members.

areEqual(const T &a, const T &b, nkMemory::StringView message="")nkDebug::TestUtilsstatic
areEqual(T a, T b, T precision, nkMemory::StringView message="")nkDebug::TestUtilsstatic
areEqual(char *a, char *b, nkMemory::StringView message="")nkDebug::TestUtilsstatic
areEqual(const char *const &a, const char *const &b, nkMemory::StringView message="")nkDebug::TestUtilsstatic
areEqual(const char *a, const char *b, const char *precision, nkMemory::StringView message)=deletenkDebug::TestUtilsstatic
areNotEqual(const T &a, const T &b, nkMemory::StringView message="")nkDebug::TestUtilsstatic
areNotEqual(T a, T b, T precision, nkMemory::StringView message="")nkDebug::TestUtilsstatic
areNotEqual(char *a, char *b, nkMemory::StringView message="")nkDebug::TestUtilsstatic
areNotEqual(const char *const &a, const char *const &b, nkMemory::StringView message="")nkDebug::TestUtilsstatic
check(bool condition, nkMemory::StringView message="")nkDebug::TestUtilsstatic
isNotNull(T *p, nkMemory::StringView message="")nkDebug::TestUtilsstatic
isNull(T *p, nkMemory::StringView message="")nkDebug::TestUtilsstatic