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

/external/junit/src/junit/framework/
H A DTestSuite.java61 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
63 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
65 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
98 private static String exceptionToString(Throwable t) { method in class:TestSuite

Completed in 67 milliseconds