annotations library

Use these types to annotate members you'd like to test.

Classes

ShouldGenerate
Specifies the expected output for code generation on the annotated member.
ShouldGenerateFile
Specifies that the expected output for code generation on the annotated member is to match the file contents.
ShouldThrow
Specifies that an InvalidGenerationSourceError is expected to be thrown when running generation for the annotated member.