Searched refs:getWrongExceptionMessage (Results 1 – 3 of 3) sorted by relevance
11 String getWrongExceptionMessage(Throwable ite); in getWrongExceptionMessage() method
43 public String getWrongExceptionMessage(Throwable ite) { in getWrongExceptionMessage() method in RegexpExpectedExceptionsHolder
80 return new TestException(holder.getWrongExceptionMessage(ite), ite); in wrongException()