Table of Contents

Class TestCaseBuilderAttribute

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

The abstract base class for all NUnit attributes that build test cases. The derived class should implement one of the test builder interfaces.

public abstract class TestCaseBuilderAttribute : NUnitAttribute
Inheritance
TestCaseBuilderAttribute
Derived
Inherited Members

Constructors

TestCaseBuilderAttribute()

Default constructor

public TestCaseBuilderAttribute()