Summary
Gets or sets a value indicating whether execution of the test run should
skip any non-test assemblies specified, without error.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public bool SkipNonTestAssemblies { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true if execution of the test run should skip any non-test assemblies specified, without error;
otherwise, false.
|
