public class TestRun extends Object implements Iterable<Diagnostic<? extends JavaFileObject>>
Modifier and Type | Method and Description |
---|---|
@PolyRead List<Diagnostic<? extends JavaFileObject>> |
getDiagnostics() |
@PolyRead String |
getOutput() |
boolean |
getResult() |
@PolyRead Iterator<Diagnostic<? extends JavaFileObject>> |
iterator() |
public boolean getResult(@ReadOnly TestRun this)
public @PolyRead List<Diagnostic<? extends JavaFileObject>> getDiagnostics(@PolyRead TestRun this)
public @PolyRead Iterator<Diagnostic<? extends JavaFileObject>> iterator(@PolyRead TestRun this)
iterator
in interface Iterable<Diagnostic<? extends JavaFileObject>>