Table of Contents

Constructor RegisterRunnerReporterAttribute

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

RegisterRunnerReporterAttribute(Type)

Used to decorate xUnit.net test assemblies to indicate the availability of a custom runner reporter.

public RegisterRunnerReporterAttribute(Type runnerReporterType)

Parameters

runnerReporterType Type

The type of the runner reporter to register. The type must implement IRunnerReporter.