示例#1
0
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter)
 {
     _testDescriptionWriter = testDescriptionWriter;
 }
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter, ITypeManager typeManager)
 {
     _testDescriptionWriter = testDescriptionWriter;
     _typeManager = typeManager;
 }