Class TestSkipped
Default implementation of
Inheritance
TestSkipped
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestResultMessage
ITestSkipped
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestSkipped : TestResultMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage, ITestMessage, ITestResultMessage, ITestSkipped
Constructors
| Improve this Doc View SourceTestSkipped(ITest, String)
Initializes a new instance of the TestSkipped class.
Declaration
public TestSkipped(ITest test, string reason)
Parameters
Type | Name | Description |
---|---|---|
ITest | test | |
String | reason |
Properties
| Improve this Doc View SourceReason
Declaration
public string Reason { get; }
Property Value
Type | Description |
---|---|
String |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestResultMessage
ITestSkipped