Uses of Interface
org.infinispan.commons.test.ExceptionRunnable
Packages that use ExceptionRunnable
-
Uses of ExceptionRunnable in org.infinispan.commons.test
Methods in org.infinispan.commons.test with parameters of type ExceptionRunnableModifier and TypeMethodDescriptionstatic voidExceptions.expectException(Class<? extends Throwable> wrapperExceptionClass2, Class<? extends Throwable> wrapperExceptionClass1, Class<? extends Throwable> exceptionClass, String regex, ExceptionRunnable runnable) static voidExceptions.expectException(Class<? extends Throwable> wrapperExceptionClass2, Class<? extends Throwable> wrapperExceptionClass1, Class<? extends Throwable> exceptionClass, ExceptionRunnable runnable) static voidExceptions.expectException(Class<? extends Throwable> wrapperExceptionClass, Class<? extends Throwable> exceptionClass, String messageRegex, ExceptionRunnable runnable) static voidExceptions.expectException(Class<? extends Throwable> wrapperExceptionClass, Class<? extends Throwable> exceptionClass, ExceptionRunnable runnable) static voidExceptions.expectException(Class<? extends Throwable> exceptionClass, String messageRegex, ExceptionRunnable runnable) static voidExceptions.expectException(Class<? extends Throwable> exceptionClass, ExceptionRunnable runnable) static voidExceptions.expectException(String regex, ExceptionRunnable runnable, Class<? extends Throwable>... wrapperExceptionClass) static voidExceptions.expectExceptionNonStrict(Class<? extends Throwable> we2, Class<? extends Throwable> we1, Class<? extends Throwable> e, ExceptionRunnable runnable) static voidExceptions.expectExceptionNonStrict(Class<? extends Throwable> we1, Class<? extends Throwable> e, ExceptionRunnable runnable) static voidExceptions.expectExceptionNonStrict(Class<? extends Throwable> e, ExceptionRunnable runnable) static voidExceptions.expectRootCause(Class<? extends Throwable> exceptionClass, ExceptionRunnable runnable) static ThrowableExceptions.extractException(ExceptionRunnable runnable) static voidExceptions.unchecked(ExceptionRunnable runnable)