{ "folder/nested", "folder/nested/daa1.gtmpl", "folder/nested/daa2.gtmpl"},
};
final ArrayList<String> completions = new ArrayList<String>();
final AtomicInteger count = new AtomicInteger();
for (final String[] test : tests) {
compiler.with(new MainProcessor() {
@Override
protected void doProcess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {
if (count.getAndIncrement() == 0) {
ElementHandle.Field index = ElementHandle.Field.create("plugin.template.completion.A", "index");
VariableElement indexElt = index.get(processingEnv);