Interface ITestFailed
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This message indicates that a test has failed.
public interface ITestFailed : ITestResultMessage, ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, IExecutionMetadata, IErrorMetadata
- Inherited Members
Properties
- Cause
Gets the cause of the test failure.