Uses of Interface
org.eclipse.microprofile.fault.tolerance.tck.util.Exceptions.ExceptionThrowingAction
Packages that use Exceptions.ExceptionThrowingAction
-
Uses of Exceptions.ExceptionThrowingAction in org.eclipse.microprofile.fault.tolerance.tck.util
Methods in org.eclipse.microprofile.fault.tolerance.tck.util with parameters of type Exceptions.ExceptionThrowingActionModifier and TypeMethodDescriptionstatic voidExceptions.expect(Class<? extends Exception> expectedException, Exceptions.ExceptionThrowingAction action) Run an action an ensure that the expected exception is thrownstatic voidExceptions.expectBulkheadException(Exceptions.ExceptionThrowingAction action) Run an action and check that aBulkheadExceptionis thrownstatic voidExceptions.expectCbOpen(Exceptions.ExceptionThrowingAction action) Run an action and check that aCircuitBreakerOpenExceptionis thrownstatic voidExceptions.expectNoException(Exceptions.ExceptionThrowingAction action) Run an action and ensure that no exception is thrownstatic voidExceptions.expectTestException(Exceptions.ExceptionThrowingAction action) Run an action and check that aTestExceptionis thrownstatic voidExceptions.expectTimeout(Exceptions.ExceptionThrowingAction action) Run an action an check that a timeout exception is thrown