Exemplo n.º 1
0
 public TestableFeatureRunnerRepository(TestableIntegrationContextBuilder contextBuilder)
     : base(contextBuilder.Build())
 {
 }
Exemplo n.º 2
0
 public TestableFeatureRunnerRepository() : this(TestableIntegrationContextBuilder.Default())
 {
 }
Exemplo n.º 3
0
 public TestableFeatureRunnerRepository(IFeatureProgressNotifier featureProgressNotifier, Func <object, IScenarioProgressNotifier> scenarioProgressNotifier)
     : this(TestableIntegrationContextBuilder.Default().WithFeatureProgressNotifier(featureProgressNotifier).WithScenarioProgressNotifierProvider(scenarioProgressNotifier))
 {
 }