Click or drag to resize

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

Parameters

action
Type: SystemActionString
Action
ar
Type: SystemString
Argument
note (Optional)
Type: SystemString
Note
See Also