Table of Contents

Interface ITestResultMessage

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

Base interface for all individual test results (e.g., tests which pass, fail, skipped, or aren't run).

public interface ITestResultMessage : ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, IExecutionMetadata
Inherited Members

Properties

FinishTime

Gets the date and time when the test execution finished.