TestToolsExt

TestToolsExt struct

Common functions to be used by testing translation.

class TestToolsExt

Methods

MethodDescription
static bool GetNamespace(const char *, const char *, std::string&)Retrieves namespace of specified test.
static bool IsTest(const char *, const char *, const char *)Checks if test method exists.
static bool IsTest(const char *, const char *)Checks if test method exists.
static void RegisterTest(const char *, const char *, const char *)Adds test information to registry.

See Also