Searched refs:expectFilerException (Results 1 - 1 of 1) sorted by relevance

/openjdk10/langtools/test/tools/javac/modules/
H A DAnnotationProcessing.java652 "expectFilerException(() -> filer.createResource(StandardLocation.CLASS_OUTPUT," +
659 "expectFilerException(() -> filer.createSourceFile(\"Fail\"))",
660 "expectFilerException(() -> filer.createClassFile(\"Fail\"))",
661 "expectFilerException(() -> filer.createSourceFile(\"m1x/Fail\"))",
662 "expectFilerException(() -> filer.createClassFile(\"m1x/Fail\"))",
665 "expectFilerException(() -> filer.createSourceFile(\"clash.Fail\"))",
666 "expectFilerException(() -> filer.createClassFile(\"clash.Fail\"))",
667 "expectFilerException(() -> filer.createResource(StandardLocation.CLASS_OUTPUT, \"clash\", \"impl\"))",
668 "expectFilerException(() -> filer.getResource(StandardLocation.CLASS_OUTPUT, \"clash\", \"impl\"))",
671 "expectFilerException(()
774 public void expectFilerException(Callable<Object> c) { method in class:AnnotationProcessing.GeneratingAP
[all...]

Completed in 39 milliseconds