예제 #1
0
 public SupportDirectionSuite(ISupportDirectionTestSetup <T, U, V> testSetup, T forward, T reverse, T stitched)
 {
     Forward  = forward;
     Reverse  = reverse;
     Stitched = stitched;
     supportDirectionScenarios = new SupportDirectionScenarios <T, U, V>(testSetup);
 }
예제 #2
0
 public SupportDirectionScenarios(ISupportDirectionTestSetup <T, U, V> testSetup)
 {
     TestSetup = testSetup;
 }