C# Класс AuScGen.TestCategoryAttribute

Наследование: CategoryAttribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ConvertTestTypeToString string
ConvertTestTypeToString string
GetExcludedTests System.Xml.XmlNodeList
GetXmlDoc System.Xml.XmlDocument

Открытые методы

Метод Описание
TestCategoryAttribute ( TestType type ) : System
TestCategoryAttribute ( TestType type, string testName ) : System

Приватные методы

Метод Описание
ConvertTestTypeToString ( TestType type ) : string
ConvertTestTypeToString ( TestType type, string testName ) : string
GetExcludedTests ( string XMLPath ) : XmlNodeList
GetXmlDoc ( string XMLPath ) : XmlDocument

Описание методов

TestCategoryAttribute() публичный Метод

public TestCategoryAttribute ( TestType type ) : System
type TestType
Результат System

TestCategoryAttribute() публичный Метод

public TestCategoryAttribute ( TestType type, string testName ) : System
type TestType
testName string
Результат System