A dependency pattern attribute creates a dependency on the tests defined by some other code element.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.PatternAttribute
      Gallio.Framework.Pattern..::.TestDependencyPatternAttribute
        MbUnit.Framework..::.DependsOnAttribute

See Also