Exemplo n.º 1
0
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter)
 {
     _testDescriptionWriter = testDescriptionWriter;
 }
Exemplo n.º 2
0
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter, ITypeManager typeManager)
 {
     _testDescriptionWriter = testDescriptionWriter;
     _typeManager = typeManager;
 }