BulkTester(ActionString, String) Constructor
Initializes a new instance of the
BulkTester class.
Namespace: Firefly.Box.TestingAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public BulkTester(
Action<string, string> test
)
Public Sub New (
test As Action(Of String, String)
)
new :
test : Action<string, string> -> BulkTester
Parameters
- test ActionString, String
- The test based on which this BulkTester will be created