IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Interfaces.ITestFixtureData Interface Reference

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...

+ Inheritance diagram for NUnit.Framework.Interfaces.ITestFixtureData:
+ Collaboration diagram for NUnit.Framework.Interfaces.ITestFixtureData:

Properties

Type[] TypeArgs [get]
 Get the TypeArgs if separately set More...
 
- Properties inherited from NUnit.Framework.Interfaces.ITestData
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...
 

Detailed Description

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.

Property Documentation

Type [] NUnit.Framework.Interfaces.ITestFixtureData.TypeArgs
get

The documentation for this interface was generated from the following file: