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
runnerReporterTypeTypeThe type of the runner reporter to register. The type must implement IRunnerReporter.