Table of Contents

Interface IDiscoveryComplete

Namespace
Xunit.Sdk

This message indicates that the discovery process has been completed for the requested assembly.

public interface IDiscoveryComplete : ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable
Inherited Members
Extension Methods

Properties

TestCasesToRun

Gets a count of the number of test cases that passed the filter and will be run.

int TestCasesToRun { get; }

Property Value

int