Table of Contents

Interface IRegisterRunnerReporterAttribute

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

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

public interface IRegisterRunnerReporterAttribute

Remarks

Runner reporter registration attributes are only valid at the assembly level.

Properties

RunnerReporterType

Gets the type of the runner reporter to be registered.

Type RunnerReporterType { get; }

Property Value

Type

Remarks

The runner reporter type must implement IRunnerReporter.