Interface ITestCaseData
- Namespace
- NUnit.Framework.Interfaces
- Assembly
- nunit.framework.dll
The ITestCaseData interface is implemented by a class that is able to return complete testcases for use by a parameterized test method.
public interface ITestCaseData : ITestData
- Inherited Members
Properties
ExpectedResult
Gets the expected result of the test case
object ExpectedResult { get; }
Property Value
HasExpectedResult
Returns true if an expected result has been set
bool HasExpectedResult { get; }