Uses of Interface
org.infinispan.commons.test.ExceptionRunnable
-
Packages that use ExceptionRunnable Package Description org.infinispan.commons.test -
-
Uses of ExceptionRunnable in org.infinispan.commons.test
Methods in org.infinispan.commons.test with parameters of type ExceptionRunnable Modifier and Type Method Description 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. 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 ThrowableExceptions. extractException(ExceptionRunnable runnable)static voidExceptions. unchecked(ExceptionRunnable runnable)
-