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.ITestData Interface Reference

The ITestData interface is implemented by a class that represents a single instance of a parameterized test. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.ITestData:

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

Detailed Description

The ITestData interface is implemented by a class that represents a single instance of a parameterized test.

Property Documentation

string NUnit.Framework.Interfaces.ITestData.TestName
get

Gets the name to be used for the test

Referenced by NUnit.Framework.Internal.TestParameters.TestParameters().

RunState NUnit.Framework.Interfaces.ITestData.RunState
get
object [] NUnit.Framework.Interfaces.ITestData.Arguments
get
IPropertyBag NUnit.Framework.Interfaces.ITestData.Properties
get

Gets the property dictionary for the test case


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