ExcludeAssemblyAttributes
Gets or sets a value indicating that assembly-wide attributes should not be added to the test output.
The default value is false
. To enable this option in a test, add this comment to your test file: // @ExcludeAssemblyAttributes
.
Declaration
public bool? ExcludeAssemblyAttributes { get; set; }
Property Value
Type | Description |
---|---|
bool? |