GetNamespace()

TestToolsExt::GetNamespace(const char *, const char *, std::string&) method

Retrieves namespace of specified test.

static bool System::TestToolsExt::GetNamespace(const char *class_name, const char *method_name, std::string &name_space)

Arguments

ParameterTypeDescription
class_nameconst char *Class to look for.
method_nameconst char *Method to look for.
name_spacestd::string&Variable to put namespace name into, if found.

Return Value

True if test method is found, false otherwise.

See Also