Table of Contents

Property Output

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Output

The captured output of the test. Will be Empty if there was no output.

public required string Output { get; set; }

Property Value

string