Class TestFinishedInfo
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
Represents information about a test that was finished.
public abstract class TestFinishedInfo : TestStartingInfo
- Inheritance
-
TestFinishedInfo
- Derived
- Inherited Members
Properties
- Attachments
Gets any attachments that were added to the test result.
- ExecutionTime
Gets the number of seconds the test spent executing.
- FinishTime
Gets the date and time when the test execution finished.
- Output
Gets the output from the test.
- Warnings
Gets the warnings that occurred during execution.