TestCaseData.

TestCaseData(object, object, object) Constructor

Summary

Initializes a new instance of the TestCaseData class.
Namespace
TCLite
Containing Type
TestCaseData

Syntax

public TestCaseData(object arg1, object arg2, object arg3)

Parameters

Name Type Description
arg1 object The first argument.
arg2 object The second argument.
arg3 object The third argument.

Return Value

Type Description
void