Table of Contents

Class TestInfo

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

A base class which contains information about a test.

public abstract class TestInfo
Inheritance
TestInfo
Derived
Inherited Members

Constructors

TestInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string)

Properties

MethodName

The name of the method that contains the test.

TestCollectionDisplayName

The display name of the test collection the test belongs to.

TestDisplayName

The display name for the test.

Traits

The traits associated with the test.

TypeName

The fully qualified type name of the class that contains the test.