Table of Contents

Property Output

Namespace
Xunit
Assembly
xunit.v3.core.dll

Output

Gets the output provided by the test.

string Output { get; }

Property Value

string

Remarks

Note: This also ensures that any partial output that hasn't been reported yet gets reported. Calling in the middle of test execution is therefore not recommend.