Home | History | Annotate | Download | only in src

Lines Matching refs:errorReturn

212         Exception errorReturn = null;
229 errorReturn = new IllegalArgumentException("Could not find test method " +
241 errorReturn = new IllegalStateException("Expected an exception in test " +
244 errorReturn = new IllegalStateException("Expected a null result in test " +
248 errorReturn = new IllegalStateException("Expected return " +
252 errorReturn = new IllegalStateException("Expected method " + method.getName() +
261 errorReturn = new IllegalStateException("Did not expect exception", exc);
266 errorReturn = new IllegalStateException("Expected " +
273 if (errorReturn != null) {
274 throw errorReturn;