Searched refs:getWrongExceptionMessage (Results 1 - 3 of 3) sorted by relevance
/external/testng/src/main/java/org/testng/ | ||
H A D | IExpectedExceptionsHolder.java | 11 String getWrongExceptionMessage(Throwable ite); method in interface:IExpectedExceptionsHolder |
/external/testng/src/main/java/org/testng/internal/ | ||
H A D | RegexpExpectedExceptionsHolder.java | 43 public String getWrongExceptionMessage(Throwable ite) { method in class:RegexpExpectedExceptionsHolder |
H A D | ExpectedExceptionsHolder.java | 80 return new TestException(holder.getWrongExceptionMessage(ite), ite); |
Completed in 139 milliseconds