BulkTester(ActionString, String) Constructor

Initializes a new instance of the BulkTester class.

Definition

Namespace: Firefly.Box.Testing
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public BulkTester(
	Action<string, string> test
)

Parameters

test  ActionString, String
The test based on which this BulkTester will be created

See Also