-
Notifications
You must be signed in to change notification settings - Fork 157
Configuration Files
Chris Maddock edited this page Jun 27, 2017
·
5 revisions
Normally, a configuration file used to provide settings or to control the environment in which tests are run, should be given the name as the assembly file with the suffix ".config" added. For example, the configuration file used to run nunit.tests.dll must be named nunit.tests.dll.config and located in the same directory as the dll.
Notes:
-
When multiple assemblies are specified in an NUnit project (file extension
.nunit
), it is possible to specify a common config file for the included test assemblies. -
When multiple assemblies are specified on the command-line using the
--domain:Single
option, no config file is currently used.
Copyright (c) 2018 The NUnit Project - Licensed under CC BY-NC-SA 4.0
-
NUnit
-
Release Notes
-
License
- Getting Started
- Writing Tests
- Running Tests
- Extending NUnit
- Technical Notes
-
Release Notes
- NUnit Xamarin Runners
- VS Test Adapter
- VS Test Generator
- NUnit Analyzers