Lire en anglais

Partager via


Microsoft.Testing.Platform.Capabilities.TestFramework Namespace

Classes

TestFrameworkCapabilities

Represents the capabilities of a test framework.

TestFrameworkCapabilitiesExtensions

Provides extension methods for ITestFrameworkCapabilities.

Interfaces

IBannerMessageOwnerCapability

An optional test framework capability that allows the test framework to provide the banner message to the platform. If the message is null or if the capability is not present, the platform will use its default banner message.

This capability implementation allows to abstract away the various conditions that the test framework may need to consider to decide whether or not the banner message should be displayed.

IGracefulStopTestExecutionCapability

A capability to support stopping test execution gracefully, without cancelling/aborting everything. This is used to support '--maximum-failed-tests'.

ITestFrameworkCapabilities

Represents the capabilities of a test framework.

ITestFrameworkCapability

Represents a capability for a test framework.