Compiler API suitable for end-to-end testing of
Processor implementations.See: Description
| Class | Description |
|---|---|
| BehaviorTester |
Convenience class for performing behavioral tests of API-generating
annotation processors.
|
| SourceBuilder |
Simple builder API for an in-memory
JavaFileObject. |
| TempJavaFileManager |
Implementation of
JavaFileManager that provides its own temporary output storage. |
| TestBuilder |
Simple builder API for a test method, suitable for use in
BehaviorTester. |
| Exception | Description |
|---|---|
| CompilationException |
CompilationException is thrown when a
CompilationTask fails, to capture any emitted
Diagnostic instances. |
Compiler API suitable for end-to-end testing of
Processor implementations.Copyright © 2015 inferred.org. All rights reserved.