| 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 |
|---|---|
TestBuilder |
TestBuilder.addImport(Class<?> cls) |
TestBuilder |
TestBuilder.addImport(String cls) |
TestBuilder |
TestBuilder.addLine(String fmt,
Object... args)
Appends a formatted line of code to the source.
|
TestBuilder |
TestBuilder.addStaticImport(Class<?> cls,
String method) |
TestBuilder |
TestBuilder.addStaticImport(String cls,
String method) |
Copyright © 2015 inferred.org. All rights reserved.