NUnit.Framework.TestCaseData Members

The members of NUnit.Framework.TestCaseData are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the TestCaseData class.
Initializes a new instance of the TestCaseData class.
Initializes a new instance of the TestCaseData class.
Initializes a new instance of the TestCaseData class.

Public Properties

[read-only]
Argumentsobject[]. Gets the argument list to be provided to the test
[read-only]
ExceptionDataXamarin.iOS.dll=NUnit.Framework.Api.ExpectedExceptionData. Gets data about any expected exception.
[read-only]
ExpectedExceptionType. Documentation for this section has not yet been entered.
[read-only]
ExpectedExceptionMessagestring. Documentation for this section has not yet been entered.
[read-only]
ExpectedExceptionNamestring. Documentation for this section has not yet been entered.
ExpectedResultobject. Gets the expected result
HasExpectedResultbool. Returns true if the expected result has been set
[read-only]
MatchTypeXamarin.iOS.dll=NUnit.Framework.MessageMatch. Documentation for this section has not yet been entered.
[read-only]
PropertiesXamarin.iOS.dll=NUnit.Framework.Api.IPropertyBag. Gets the property dictionary for this test
[read-only]
Resultobject. Documentation for this section has not yet been entered.
RunStateXamarin.iOS.dll=NUnit.Framework.Api.RunState. Gets the RunState for this test case.
TestNamestring. Gets the name to be used for the test

Public Methods

Explicit() : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
Explicit(string) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
Ignore() : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
Ignore(string) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
Returns(object) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
SetCategory(string) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
SetDescription(string) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
SetName(string) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
SetProperty(string, double) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
SetProperty(string, int) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
SetProperty(string, string) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
Throws(string) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.
Throws(Type) : Xamarin.iOS.dll=NUnit.Framework.TestCaseData
Documentation for this section has not yet been entered.