C# Class Adf.Core.Test.TestItemType

Possible types for test items, as used in TestItem. TestItemType is implemented using the Descriptor pattern.
Inheritance: Descriptor
Show file Open project: NLADP/ADF Class Usage Examples

Public Properties

Property Type Description
Error TestItemType
Task TestItemType
ValidationResult TestItemType
View TestItemType

Public Methods

Method Description
TestItemType ( string name )

Method Details

TestItemType() public method

public TestItemType ( string name )
name string

Property Details

Error public static property

public static TestItemType,Adf.Core.Test Error
return TestItemType

Task public static property

public static TestItemType,Adf.Core.Test Task
return TestItemType

ValidationResult public static property

public static TestItemType,Adf.Core.Test ValidationResult
return TestItemType

View public static property

public static TestItemType,Adf.Core.Test View
return TestItemType