TestCaseData Class

Definition

public class TestCaseData : NUnit.Framework.Api.ITestCaseData
type TestCaseData = class
    interface ITestCaseData
Inheritance
TestCaseData
Implements

Constructors

TestCaseData(Object)
TestCaseData(Object, Object)
TestCaseData(Object, Object, Object)
TestCaseData(Object[])

Properties

Arguments
ExceptionData
ExpectedException
ExpectedExceptionMessage
ExpectedExceptionName
ExpectedResult
HasExpectedResult
MatchType
Properties
Result
RunState
TestName

Methods

Explicit()
Explicit(String)
Ignore()
Ignore(String)
Returns(Object)
SetCategory(String)
SetDescription(String)
SetName(String)
SetProperty(String, Double)
SetProperty(String, Int32)
SetProperty(String, String)
Throws(String)
Throws(Type)

Applies to