NUnit Properties

MSBuild Extension Pack

NUnit Properties MSBuild Extension Pack Help 4.0.12.0

The NUnit type exposes the following members.

Properties

  Name Description
Public property Assemblies
Gets or sets the assemblies.
Public property Configuration
Sets the Project configuration (e.g.: Debug) to load
Public property Domain
AppDomain Usage for tests. Supports None, Single, Multiple. The default is to use multiple domains if multiple assemblies are listed on the command line. Otherwise a single domain is used.
Public property ErrorOutputFile
Sets the File to receive test error output
Public property Errors
Gets the Errors count
Public property ExcludeCategory
Comma separated list of categories to exclude.
Public property FailOnFailures
Set to true to fail the task if this.Failures > 0. Helps for batching purposes. Default is false.
Public property Failures
Gets the Failures count
Public property Framework
Framework version to be used for tests
Public property Ignored
Gets the Ignored count
Public property IncludeCategory
Comma separated list of categories to include.
Public property Inconclusive
Gets the Inconclusive count
Public property Invalid
Gets the Invalid count
Public property Labels
Label each test in stdOut. Default is false.
Public property NoShadow
Disable shadow copy when running in separate domain. Default is false.
Public property NoThread
Disable use of a separate thread for tests. Default is false.
Public property NotRun
Gets the NotRun count
Public property OutputFile
File to receive test output
Public property OutputXmlFile
Sets the OutputXmlFile name
Public property Process
Process model for tests. Supports Single, Separate, Multiple. Single is the Default
Public property Run
Name of the test case(s), fixture(s) or namespace(s) to run
Public property Skipped
Gets the Skipped count
Public property TestTimeout
Set timeout for each test case in milliseconds
Public property Total
Gets the Total count
Public property Use32Bit
Set to true to run nunit-console-x86.exe
Public property Version
The version of NUnit to run. Default is 2.6.2
Top
See Also

Reference