Home | History | Annotate | Download | only in testng

Lines Matching refs:ThrowingRunnable

938   public interface ThrowingRunnable {
949 public static void assertThrows(ThrowingRunnable runnable) {
965 public static <T extends Throwable> void assertThrows(Class<T> throwableClass, ThrowingRunnable runnable) {
981 public static <T extends Throwable> T expectThrows(Class<T> throwableClass, ThrowingRunnable runnable) {