[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Testet den übergebenen Knoten.
Namespace: DynamicNode.TestAssembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Syntax
| C# |
|---|
bool Test( TestBench bench, Type nodeType ) |
| Visual Basic |
|---|
Function Test ( _ bench As TestBench, _ nodeType As Type _ ) As Boolean |
| F# |
|---|
abstract Test : bench:TestBench * nodeType:Type -> bool |
Parameters
- bench
- Type: DynamicNode.Test..::..TestBench
Die Testumgebung.
- nodeType
- Type: System..::..Type
Der Knoten.