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