ExcelWorksheetData Constructor |
Creates a new object.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ExcelWorksheetData(
TestContext testContext
)
Public Sub New (
testContext As TestContext
)
public:
ExcelWorksheetData(
TestContext^ testContext
)
new :
testContext : TestContext -> ExcelWorksheetData
Parameters
- testContext
- Type: TestContext
Remarks
Use this to expose one row at a time in a normal data-driven test.
See Also