C# Class AuScGen.TestCategoryAttribute

Inheritance: CategoryAttribute
Datei anzeigen Open project: geeksree/cSharpGeeks

Private Properties

Property Type Description
ConvertTestTypeToString string
ConvertTestTypeToString string
GetExcludedTests System.Xml.XmlNodeList
GetXmlDoc System.Xml.XmlDocument

Public Methods

Method Description
TestCategoryAttribute ( TestType type ) : System
TestCategoryAttribute ( TestType type, string testName ) : System

Private Methods

Method Description
ConvertTestTypeToString ( TestType type ) : string
ConvertTestTypeToString ( TestType type, string testName ) : string
GetExcludedTests ( string XMLPath ) : XmlNodeList
GetXmlDoc ( string XMLPath ) : XmlDocument

Method Details

TestCategoryAttribute() public method

public TestCategoryAttribute ( TestType type ) : System
type TestType
return System

TestCategoryAttribute() public method

public TestCategoryAttribute ( TestType type, string testName ) : System
type TestType
testName string
return System