System::TestToolsExt::TestMethodInfo Struct Reference

Information on test method. More...

Public Member Functions

 TestMethodInfo (const char *name_space, const char *class_name, const char *method_name)
 Constructor. More...
 

Public Attributes

std::string Namespace
 Namespace name. More...
 
std::string ClassName
 Class name. More...
 
std::string MethodName
 Method name. More...
 

Detailed Description

Information on test method.

Constructor & Destructor Documentation

◆ TestMethodInfo()

System::TestToolsExt::TestMethodInfo::TestMethodInfo ( const char *  name_space,
const char *  class_name,
const char *  method_name 
)
inline

Constructor.

Parameters
name_spaceNamespace name.
class_nameClass name.
method_nameMethod name.

Member Data Documentation

◆ ClassName

std::string System::TestToolsExt::TestMethodInfo::ClassName

Class name.

◆ MethodName

std::string System::TestToolsExt::TestMethodInfo::MethodName

Method name.

◆ Namespace

std::string System::TestToolsExt::TestMethodInfo::Namespace

Namespace name.