コード例 #1
0
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter)
 {
     _testDescriptionWriter = testDescriptionWriter;
 }
コード例 #2
0
 public TestDescriber(ITestDescriptionWriter testDescriptionWriter, ITypeManager typeManager)
 {
     _testDescriptionWriter = testDescriptionWriter;
     _typeManager = typeManager;
 }