MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsOutput­All­Syntax­Trees
Open sandboxFocus

TestOptions.OutputAllSyntaxTrees Property

OutputAllSyntaxTrees

Gets or sets a value indicating whether all input syntax trees should be used as a part of test output. If false only the primary syntax tree is processed and used as test output. If true, all syntax trees are processed and used as test output. To set this option in a test, add this comment to your test file: // @OutputAllSyntaxTrees.

Declaration
public Nullable<bool> OutputAllSyntaxTrees { get; set; }
Property Value
Type Description
Nullable<Boolean>