C# Class AuScGen.TestCategoryAttribute

Inheritance: CategoryAttribute
Afficher le fichier Open project: geeksree/cSharpGeeks

Private Properties

Свойство Type Description
ConvertTestTypeToString string
ConvertTestTypeToString string
GetExcludedTests System.Xml.XmlNodeList
GetXmlDoc System.Xml.XmlDocument

Méthodes publiques

Méthode Description
TestCategoryAttribute ( TestType type ) : System
TestCategoryAttribute ( TestType type, string testName ) : System

Private Methods

Méthode Description
ConvertTestTypeToString ( TestType type ) : string
ConvertTestTypeToString ( TestType type, string testName ) : string
GetExcludedTests ( string XMLPath ) : XmlNodeList
GetXmlDoc ( string XMLPath ) : XmlDocument

Method Details

TestCategoryAttribute() public méthode

public TestCategoryAttribute ( TestType type ) : System
type TestType
Résultat System

TestCategoryAttribute() public méthode

public TestCategoryAttribute ( TestType type, string testName ) : System
type TestType
testName string
Résultat System