IsTest()

TestToolsExt::IsTest(const char *, const char *, const char *) method

Checks if test method exists.

static bool System::TestToolsExt::IsTest(const char *name_space, const char *class_name, const char *method_name)

Arguments

ParameterTypeDescription
name_spaceconst char *Namespace to look for.
class_nameconst char *Class to look for.
method_nameconst char *Method to look for.

Return Value

True if test method is registered, false otherwise.

TestToolsExt::IsTest(const char *, const char *) method

Checks if test method exists.

static bool System::TestToolsExt::IsTest(const char *class_name, const char *method_name)

Arguments

ParameterTypeDescription
class_nameconst char *Class to look for.
method_nameconst char *Method to look for.

Return Value

True if test method is registered, false otherwise.

See Also