Base class for attributes that define test fixtures.

Namespace:  MbUnit.Core.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public abstract class TestFixturePatternAttribute : PatternAttribute
Visual Basic (Declaration)
Public MustInherit Class TestFixturePatternAttribute _
	Inherits PatternAttribute

Inheritance Hierarchy

See Also