An abstract class for attributes that specify the join strategy of a test.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public abstract class JoinAttribute : PatternAttribute |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class JoinAttribute _ Inherits PatternAttribute |
Remarks
You may define a new join strategy by creating a subclass of this attribute and overriding GetJoinStrategy()()().
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
MbUnit.Framework..::.JoinAttribute
MbUnit.Framework..::.CombinatorialJoinAttribute
MbUnit.Framework..::.PairwiseJoinAttribute
MbUnit.Framework..::.SequentialJoinAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
MbUnit.Framework..::.JoinAttribute
MbUnit.Framework..::.CombinatorialJoinAttribute
MbUnit.Framework..::.PairwiseJoinAttribute
MbUnit.Framework..::.SequentialJoinAttribute
