Interface IRegisterRunnerReporterAttribute
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
Remarks
The runner reporter type must implement IRunnerReporter.