MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsCompare­Program­Output
Open sandboxFocus

TestOptions.CompareProgramOutput Property

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 Nullable<bool> CompareProgramOutput { get; set; }
Property Value
Type Description
Nullable<Boolean>