ReportTestMiddleware.

UseTestReporters(TestExecutor) Method

Syntax

[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1031:Do not catch general exception types", Justification = "This grabs into user code")]
public static TestExecutor UseTestReporters(this TestExecutor executor)

Attributes

Type Description
SuppressMessageAttribute

Parameters

Name Type Description
executor TestExecutor

Return Value

Type Description
TestExecutor