public RuntimePluginLocator(IRuntimePluginLocationMerger runtimePluginLocationMerger, ISpecFlowPath specFlowPath, ITestAssemblyProvider testAssemblyProvider)
 {
     _runtimePluginLocationMerger = runtimePluginLocationMerger;
     _specFlowPath = specFlowPath;
     _testAssembly = testAssemblyProvider.TestAssembly;
 }
 public RuntimePluginLocator(IRuntimePluginLocationMerger runtimePluginLocationMerger, ISpecFlowPath specFlowPath)
 {
     _runtimePluginLocationMerger = runtimePluginLocationMerger;
     _specFlowPath = specFlowPath;
 }
 public NUnitNetFrameworkTestRunContext(ISpecFlowPath specFlowPath)
 {
     _specFlowPath = specFlowPath;
 }