public TestElementSerializer(ITestElementFactory testElementFactory, ITestProvider testProvider, ISolution solution) { _testElementFactory = testElementFactory; _testProvider = testProvider; _solution = solution; }
public TestMetadataExplorer(ITestElementFactory testElementFactory) { _testElementFactory = testElementFactory; }
public SingletonServiceWithFactory(IUnityContainer container, ITestElementFactory factory) { ContainerId = container.GetHashCode(); _elementFactory = factory; }
public TestFileExplorer(ITestElementFactory testElementFactory) { _testElementFactory = testElementFactory; }