Table of Contents

Class ConsoleProjectLister

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

Helper class to list project contents out to Console.

public static class ConsoleProjectLister
Inheritance
ConsoleProjectLister
Inherited Members

Methods

List<TTestCase>(ConsoleHelper, IReadOnlyDictionary<string, List<TTestCase>>, ListOption, ListFormat)

List the contents of the test cases to the console, based on the provided option and format.

public static void List<TTestCase>(ConsoleHelper consoleHelper, IReadOnlyDictionary<string, List<TTestCase>> testCasesByAssembly, ListOption listOption, ListFormat listFormat) where TTestCase : ITestCaseMetadata

Parameters

consoleHelper ConsoleHelper
testCasesByAssembly IReadOnlyDictionary<string, List<TTestCase>>
listOption ListOption
listFormat ListFormat

Type Parameters

TTestCase