Table of Contents

Class TestInfo

Namespace
Xunit.SimpleRunner
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

Properties

MethodName

Gets the name of the method that contains the test.

TestCollectionDisplayName

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

TestDisplayName

Gets the display name for the test.

Traits

Gets the traits associated with the test.

TypeName

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