Class ConsoleProjectLister
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
consoleHelperConsoleHelpertestCasesByAssemblyIReadOnlyDictionary<string, List<TTestCase>>listOptionListOptionlistFormatListFormat
Type Parameters
TTestCase