Provides compatibility with MbUnit v2 row test feature.
Namespace:
MbUnit.FrameworkAssembly: 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
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestMethodPatternAttribute
MbUnit.Framework..::.TestAttribute
MbUnit.Framework..::.RowTestAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.TestMethodPatternAttribute
MbUnit.Framework..::.TestAttribute
MbUnit.Framework..::.RowTestAttribute
