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

/openjdk10/langtools/test/tools/javac/modules/
H A DAnnotationProcessing.java1408 assertTypeElementNotFound("impl.conflict.module.Impl");
1409 assertTypeElementNotFound("impl.conflict.module.Impl"); //check that the warning/note is produced only once
1411 assertTypeElementNotFound("impl.conflict.src.Impl");
1413 assertTypeElementNotFound("impl.conflict.clazz.pkg");
1415 assertTypeElementNotFound("nested"); //cannot distinguish between m1x and m2x
1442 private void assertTypeElementNotFound(String name) { method in class:AnnotationProcessing.UnboundLookup

Completed in 38 milliseconds