Provides compatibility with MbUnit v2 row test feature.

Namespace:  MbUnit.Framework
Assembly:  MbUnit.Compatibility (in MbUnit.Compatibility.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
[ObsoleteAttribute("Use the MbUnit v3 [Test] attribute instead.  The MbUnit v3 data-driven testing features have been consolidated so the [RowTest] attribute is no longer necessary.")]
public class RowTestAttribute : TestAttribute
Visual Basic (Declaration)
<ObsoleteAttribute("Use the MbUnit v3 [Test] attribute instead.  The MbUnit v3 data-driven testing features have been consolidated so the [RowTest] attribute is no longer necessary.")> _
Public Class RowTestAttribute _
	Inherits TestAttribute

Inheritance Hierarchy

See Also