Property RunnerReporterType
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
RunnerReporterType
Gets the type of the runner reporter to be registered.
public Type RunnerReporterType { get; }
Property Value
Remarks
The runner reporter type must implement IRunnerReporter.