Show / Hide Table of Contents

Class TestSkipped

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestMethodMessage
TestCaseMessage
TestMessage
TestResultMessage
TestSkipped
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestResultMessage
ITestSkipped
Inherited Members
TestResultMessage.ExecutionTime
TestResultMessage.Output
TestMessage.Test
TestCaseMessage.TestCase
TestMethodMessage.TestMethod
TestClassMessage.TestClass
TestCollectionMessage.TestCollection
TestAssemblyMessage.TestAssembly
TestAssemblyMessage.TestCases
LongLivedMarshalByRefObject.DisconnectAll()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 Source

TestSkipped(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 Source

Reason

Declaration
public string Reason { get; }
Property Value
Type Description
String

Implements

ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestResultMessage
ITestSkipped
  • Improve this Doc
  • View Source
Back to top Generated by DocFX