Sets the join strategy of a test to be sequential.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.2.0.0 (3.2.528.0)
Syntax
| C# |
|---|
public class SequentialJoinAttribute : JoinAttribute |
| Visual Basic (Declaration) |
|---|
Public Class SequentialJoinAttribute _ Inherits JoinAttribute |
Remarks
The test will be executed using values drawn from each data source and combined sequentially with elements from each data source chosen in order.
If there are two data sources, A and B with values A1, A2, B1 and B2, then the test will be run twice with inputs: (A1, B1) and (A2, B2).
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
MbUnit.Framework..::.JoinAttribute
MbUnit.Framework..::.SequentialJoinAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
MbUnit.Framework..::.JoinAttribute
MbUnit.Framework..::.SequentialJoinAttribute
