| Package | Description |
|---|---|
| org.inferred.testing.behavior |
Convenience framework around the
Compiler API suitable for end-to-end testing of
Processor implementations. |
| Modifier and Type | Method and Description |
|---|---|
BehaviorTester |
BehaviorTester.with(JavaFileObject compilationUnit)
Adds a
JavaFileObject to pass to the compiler when runTest() is invoked. |
BehaviorTester |
BehaviorTester.with(Processor processor)
|
BehaviorTester |
BehaviorTester.withContextClassLoader()
Ensures
Thread.getContextClassLoader() will return a class loader containing the
compiled sources. |
Copyright © 2015 inferred.org. All rights reserved.