Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
TemplateEngine
TestHelper
SharedTestOutputHelper
C# Class Microsoft.TemplateEngine.TestHelper.SharedTestOutputHelper
This is so we can pass ITestOutputHelper to TestCommand constructor when calling from SharedHomeDirectory.
Inheritance:
ITestOutputHelper
Datei anzeigen
Open project: dotnet/templating
Class Usage Examples
Public Methods
Method
Description
SharedTestOutputHelper
(
IMessageSink
sink
) :
Xunit.Abstractions
WriteLine
(
string
message
) :
void
Method Details
SharedTestOutputHelper()
public
method
public
SharedTestOutputHelper
(
IMessageSink
sink
) :
Xunit.Abstractions
sink
IMessageSink
return
Xunit.Abstractions
WriteLine()
public
method
public
WriteLine
(
string
message
) :
void
message
string
return
void