Searched refs:getSuiteThrowable (Results 1 – 2 of 2) sorted by relevance
42 public Throwable getSuiteThrowable() { in getSuiteThrowable() method in MyListener
43 Assert.assertTrue(null != l.getSuiteThrowable()); in withFailure()44 Assert.assertTrue(l.getSuiteThrowable().getClass() == RuntimeException.class); in withFailure()