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.
Afficher le fichier Open project: jeremytammik/RevitLookup Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetTestType ( ) : TestType
Résultat TestType

RevitLookupTestFuncInfo() public méthode

public RevitLookupTestFuncInfo ( string label, string desc, System classType, TestFunc func, TestType tType ) : System
label string
desc string
classType System
func TestFunc
tType TestType
Résultat System

RevitLookupTestFuncInfo() public méthode

public RevitLookupTestFuncInfo ( string label, string desc, string categoryStr, TestFunc func, TestType tType ) : System
label string
desc string
categoryStr string
func TestFunc
tType TestType
Résultat System

RunTest() public méthode

public RunTest ( ) : void
Résultat void