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

/openjdk9/jdk/test/java/lang/annotation/typeAnnotations/
H A DGetAnnotatedReceiverType.java93 checkEmptyAT(GetAnnotatedReceiverType.class.getMethod("method"),
95 checkEmptyAT(Inner0.class.getConstructor(GetAnnotatedReceiverType.class),
98 checkEmptyAT(GetAnnotatedReceiverType.class.getMethod("method0"),
100 checkEmptyAT(Inner1.class.getConstructor(GetAnnotatedReceiverType.class),
111 checkEmptyAT(instance.getClass().getConstructors()[0],
120 checkEmptyAT(instance2.getClass().getConstructors()[0],
128 checkEmptyAT(instance3.getClass().getConstructors()[0],
150 private static void checkEmptyAT(Executable e, String msg) { method in class:GetAnnotatedReceiverType

Completed in 172 milliseconds