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

/openjdk9/jdk/test/jdk/internal/reflect/Reflection/
H A DGetCallerClassTest.java38 ensureAnnotationPresent(boot.GetCallerClass.class, "getCallerLoader", true);
39 ensureAnnotationPresent(GetCallerClassTest.class, "testNonSystemMethod", false);
46 private static void ensureAnnotationPresent(Class<?> c, String name, boolean cs) method in class:GetCallerClassTest

Completed in 89 milliseconds