C# Class RevitLookup.Test.RevitLookupTestFuncInfo

This is a simple package of data about a given Test function. Create new instances of this object and add it to a RevitLookupTestFuncInfo-derived class.
Mostrar archivo Open project: jeremytammik/RevitLookup Class Usage Examples

Public Methods

Method Description
GetTestType ( ) : TestType
RevitLookupTestFuncInfo ( string label, string desc, System classType, TestFunc func, TestType tType ) : System
RevitLookupTestFuncInfo ( string label, string desc, string categoryStr, TestFunc func, TestType tType ) : System
RunTest ( ) : void

Method Details

GetTestType() public method

public GetTestType ( ) : TestType
return TestType

RevitLookupTestFuncInfo() public method

public RevitLookupTestFuncInfo ( string label, string desc, System classType, TestFunc func, TestType tType ) : System
label string
desc string
classType System
func TestFunc
tType TestType
return System

RevitLookupTestFuncInfo() public method

public RevitLookupTestFuncInfo ( string label, string desc, string categoryStr, TestFunc func, TestType tType ) : System
label string
desc string
categoryStr string
func TestFunc
tType TestType
return System

RunTest() public method

public RunTest ( ) : void
return void