C# (CSharp) NUnit.Common Namespace

Nested Namespaces

NUnit.Common.Tests

Classes

Name Description
CommandLineOptions CommandLineOptions is the base class the specific option classes used for nunit3-console and nunitlite. It encapsulates all common settings and features of both. This is done to ensure that common features remain common and for the convenience of having the code in a common location. The class inherits from the Mono Options OptionSet class and provides a central location for defining and parsing options.
Logger Provides internal logging to the NUnit framework
TestSelectionParserException