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

/openjdk7/jdk/test/javax/management/mxbean/
H A DSameObjectTwoNamesTest.java43 boolean expectException =
55 if (expectException) {
61 if (expectException) {
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DCheckNegotiatedQOPs.java93 private void execute(boolean expectException) throws Exception { argument
102 if (expectException) {
109 if (expectException) {
/openjdk7/langtools/test/tools/javac/util/list/
H A DTList.java219 boolean expectException = i < 0 || i >= ref.size();
220 String expectValue = (expectException ? null : ref.get(i));
223 if (expectException || !equal(expectValue, foundValue))
226 if (!expectException)

Completed in 51 milliseconds