An abstract class for attributes that specify the join strategy of a test.

Namespace:  MbUnit.Framework
Assembly:  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

See Also