TestCaseAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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, Object, Object) | |
TestCaseAttribute(Object, Object) | |
TestCaseAttribute(Object) | |
TestCaseAttribute(Object[]) |
Properties
Methods
GetTestCasesFor(MethodInfo) |