예제 #1
0
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter)
 {
     _testDescriptionWriter = testDescriptionWriter;
 }
예제 #2
0
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter, ITypeManager typeManager)
 {
     _testDescriptionWriter = testDescriptionWriter;
     _typeManager = typeManager;
 }