|
ToolsExecuteTest Method (Action, String)
|
Executes an Action and prints elapsed time in Console.
Namespace:
CADSharpTools.Testing
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic static void ExecuteTest(
Action action,
string note = ""
)
Public Shared Sub ExecuteTest (
action As Action,
Optional note As String = ""
)
Parameters
- action
- Type: SystemAction
Action object. - note (Optional)
- Type: SystemString
Note.
See Also