TestCaseAttribute Class
Definition
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=false)]
public class TestCaseAttribute : NUnit.Framework.DataAttribute, NUnit.Framework.Api.ITestCaseData, NUnit.Framework.Api.ITestCaseSource
type TestCaseAttribute = class
inherit DataAttribute
interface ITestCaseData
interface ITestCaseSource
- Inheritance
- Attributes
- Implements
Constructors
TestCaseAttribute(Object) | |
TestCaseAttribute(Object, Object) | |
TestCaseAttribute(Object, Object, Object) | |
TestCaseAttribute(Object[]) |
Properties
Methods
GetTestCasesFor(MethodInfo) |