public class TestInput extends Object
Constructor and Description |
---|
TestInput(Iterable<? extends JavaFileObject> files,
Iterable<String> processors,
String[] options) |
Modifier and Type | Method and Description |
---|---|
static TestRun |
compileAndCheck(Iterable<? extends JavaFileObject> files,
String processor,
String[] options) |
TestRun |
run() |
public TestInput(Iterable<? extends JavaFileObject> files, Iterable<String> processors, String[] options)