CompareProgramOutput
Gets or sets a value indicating whether the program output should be compared to its expected value. The default value is true
.
To disable this option in a test, add this comment to your test file: // @DisableCompareProgramOutput
.
Declaration
public bool? CompareProgramOutput { get; set; }
Property Value
Type | Description |
---|---|
bool? |