Searched defs:nsme (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/Class/getDeclaredMethod/
H A DExceptions.java37 private static final String [] nsme = {"m6"}; field in class:Exceptions
59 for (int i = 0; i < nsme.length; i++)
60 e.test(nsme[i], NoSuchMethodException.class);
/openjdk7/jdk/test/java/lang/Class/getMethod/
H A DExceptions.java37 private static final String [] nsme = {"m0", "m2", "m4", "m6"}; field in class:Exceptions
59 for (int i = 0; i < nsme.length; i++)
60 e.test(nsme[i], NoSuchMethodException.class);

Completed in 53 milliseconds