Table of Contents

Class DiscoveryCompleteInfo

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

Represents test discovery being completed.

public class DiscoveryCompleteInfo
Inheritance
DiscoveryCompleteInfo
Inherited Members

Constructors

DiscoveryCompleteInfo(int, int)

Represents test discovery being completed.

Properties

TestCasesDiscovered

The number of test cases that were discovered.

TestCasesToRun

The number of test cases that will be run, after filtering was applied.