Summary
    Gets or sets a value indicating whether to Dispose each test runner after it has finished
    running its tests.
    
		- Namespace
 - Cake
.Common .Tools .NUnit  - Containing Type
 - NUnit3Settings
 
Syntax
public bool DisposeRunners { get; set; }
	Value
| Type | Description | 
|---|---|
| bool | 
    true to Dispose each test runner after it has finished
    running its tests; otherwise, false.
     | 
				
