Esempio n. 1
0
 public TestableFeatureRunnerRepository() : this(TestableIntegrationContextBuilder.Default())
 {
 }
Esempio n. 2
0
 public TestableFeatureRunnerRepository(IFeatureProgressNotifier featureProgressNotifier, Func <object, IScenarioProgressNotifier> scenarioProgressNotifier)
     : this(TestableIntegrationContextBuilder.Default().WithFeatureProgressNotifier(featureProgressNotifier).WithScenarioProgressNotifierProvider(scenarioProgressNotifier))
 {
 }