IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The ITestData interface is implemented by a class that represents a single instance of a parameterized test. More...
Properties | |
string | TestName [get] |
Gets the name to be used for the test More... | |
RunState | RunState [get] |
Gets the RunState for this test case. More... | |
object[] | Arguments [get] |
Gets the argument list to be provided to the test More... | |
IPropertyBag | Properties [get] |
Gets the property dictionary for the test case More... | |
The ITestData interface is implemented by a class that represents a single instance of a parameterized test.
|
get |
Gets the name to be used for the test
Referenced by NUnit.Framework.Internal.TestParameters.TestParameters().
|
get |
Gets the RunState for this test case.
Referenced by NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder.BuildFrom(), and NUnit.Framework.Internal.TestParameters.TestParameters().
|
get |
Gets the argument list to be provided to the test
Referenced by NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder.BuildFrom(), and NUnit.Framework.Internal.TestParameters.TestParameters().
|
get |
Gets the property dictionary for the test case