public TestDescriber(ITestDescriptionWriter testDescriptionWriter) { _testDescriptionWriter = testDescriptionWriter; }
public TestDescriber(ITestDescriptionWriter testDescriptionWriter, ITypeManager typeManager) { _testDescriptionWriter = testDescriptionWriter; _typeManager = typeManager; }