Namespace: Metalama.Testing.AspectTesting
Assembly: Metalama.Testing.AspectTesting.dll
Syntax
public enum TestSyntaxTreeKindFields
| Name | Description |
|---|---|
| Auxiliary | An auxiliary syntax tree required by the test but that should not be a part of the test output. |
| Default | A normal test syntax tree with an input. |
| Helper | A helper syntax tree added by the pipeline but not by the aspect. |
| Introduced | A syntax tree introduced by an aspect. |