IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The ITestCaseData interface is implemented by a class that is able to return the data required to create an instance of a parameterized test fixture. More...
Properties | |
Type[] | TypeArgs [get] |
Get the TypeArgs if separately set More... | |
![]() | |
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 ITestCaseData interface is implemented by a class that is able to return the data required to create an instance of a parameterized test fixture.
|
get |
Get the TypeArgs if separately set
Referenced by NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder.BuildFrom(), and NUnit.Framework.Internal.TestFixtureParameters.TestFixtureParameters().