Method WriteLine
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
WriteLine(string)
Adds text to the output, followed by NewLine.
void WriteLine(string message)
Parameters
messagestringThe message
WriteLine(string, params object[])
Adds formatted text to the output, followed by NewLine.
void WriteLine(string format, params object[] args)