Table of Contents

Class TestExecutedInfo

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

Represents information about a test that was executed.

public abstract class TestExecutedInfo : TestInfo
Inheritance
TestExecutedInfo
Derived
Inherited Members

Constructors

TestExecutedInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string, decimal, string?)

Represents information about a test that was executed.

Properties

ExecutionTime

The number of seconds the test spent executing.

Output

The output from the test.