|
ToolsExecuteTest Method (ActionString, String, 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<string> action,
string ar,
string note = ""
)
Public Shared Sub ExecuteTest (
action As Action(Of String),
ar As String,
Optional note As String = ""
)
Parameters
- action
- Type: SystemActionString
Action - ar
- Type: SystemString
Argument - note (Optional)
- Type: SystemString
Note
See Also