C# 클래스 Microsoft.TemplateEngine.TestHelper.SharedTestOutputHelper

This is so we can pass ITestOutputHelper to TestCommand constructor when calling from SharedHomeDirectory.
상속: ITestOutputHelper
파일 보기 프로젝트 열기: dotnet/templating 1 사용 예제들

공개 메소드들

메소드 설명
SharedTestOutputHelper ( IMessageSink sink ) : Xunit.Abstractions
WriteLine ( string message ) : void

메소드 상세

SharedTestOutputHelper() 공개 메소드

public SharedTestOutputHelper ( IMessageSink sink ) : Xunit.Abstractions
sink IMessageSink
리턴 Xunit.Abstractions

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void