Interface ITestOutputHelper
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Represents a class which can be used to provide test output.
public interface ITestOutputHelper
Properties
- Output
Gets the output provided by the test.
Methods
- Write(string)
Adds text to the output.
- Write(string, params object[])
Adds formatted text to the output.
- WriteLine(string)
Adds text to the output, followed by NewLine.
- WriteLine(string, params object[])
Adds formatted text to the output, followed by NewLine.