Table of Contents

Method WriteLine

Namespace
Xunit
Assembly
xunit.v3.core.dll

WriteLine(string)

Adds text to the output, followed by NewLine.

void WriteLine(string message)

Parameters

message string

The message

WriteLine(string, params object[])

Adds formatted text to the output, followed by NewLine.

void WriteLine(string format, params object[] args)

Parameters

format string

The message format

args object[]

The format arguments