Table of Contents

Class RegisteredRunnerReporters

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

Utility class for enumerating the runner reporters registered for the given assembly.

public static class RegisteredRunnerReporters
Inheritance
RegisteredRunnerReporters
Inherited Members

Methods

Get(Assembly, out List<string>)

Gets the list of rrunner reporters registered for the given assembly.

public static List<IRunnerReporter> Get(Assembly assembly, out List<string> messages)

Parameters

assembly Assembly

The assembly

messages List<string>

Messages that were generated during discovery

Returns

List<IRunnerReporter>

List of available reporters