CombinatorialTest MbUnit Inserts a combinatorial test with 2 parameters and 2 factories http://www.mertner.com/confluence/display/MbUnit/CombinatorialTestAttribute combinatorial
testName Test type1 type2 type2 arg1Name arg1Name arg2Name arg2Name _ Public Sub $testName$( _ _ public IEnumerable $type1$Factory() { Dim values As $type1$() = New $type1$ { }; Return values } _ Public Function $type2$Factory() As IEnumerable Dim values As $type2$() = New $type2$ { }; Return values End Function]]>