FormatCompileTimeCode
Gets or sets a value indicating whether code of the compile-time project should be formatted.
The default value is false
in the default test runner, but true
in Aspect Workbench.
To set this option in a test, add this comment to your test file: // @FormatCompileTimeCode(value)
where value
is true
or false
.
Declaration
public bool? FormatCompileTimeCode { get; set; }
Property Value
Type | Description |
---|---|
bool? |