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