Click or drag to resize

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)
Syntax
public static void ExecuteTest(
	Action action,
	string note = ""
)

Parameters

action
Type: SystemAction
Action object.
note (Optional)
Type: SystemString
Note.
See Also