Summary
Gets or sets the name of the XML result file.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Result
Syntax
public FilePath FileName { get; set; }
Value
Type | Description |
---|---|
FilePath |
The name of the XML result file. Defaults to TestResult.xml .
|