Uses of Class
org.activiti.cloud.acc.shared.serenity.exception.ExpectedException
-
Packages that use ExpectedException Package Description org.activiti.cloud.acc.shared.rest.error org.activiti.cloud.acc.shared.serenity org.activiti.cloud.acc.shared.serenity.exception -
-
Uses of ExpectedException in org.activiti.cloud.acc.shared.rest.error
Subclasses of ExpectedException in org.activiti.cloud.acc.shared.rest.error Modifier and Type Class Description classExpectedRestExceptionExpected rest exception -
Uses of ExpectedException in org.activiti.cloud.acc.shared.serenity
Methods in org.activiti.cloud.acc.shared.serenity that return ExpectedException Modifier and Type Method Description protected ExpectedExceptionExtendedStepCreator. getExpectedException(Method method)Get the expected exception for a given method. -
Uses of ExpectedException in org.activiti.cloud.acc.shared.serenity.exception
Methods in org.activiti.cloud.acc.shared.serenity.exception that return ExpectedException Modifier and Type Method Description ExpectedExceptionExpectedExceptionNotThrown. getExpectedExeption()Methods in org.activiti.cloud.acc.shared.serenity.exception with parameters of type ExpectedException Modifier and Type Method Description static booleanExpectedExceptionHandler. isThrowingExpectedException(ExpectedException expectedException, org.assertj.core.api.ThrowableAssert.ThrowingCallable throwingCallable)Ask if a call throws an expected exception.Constructors in org.activiti.cloud.acc.shared.serenity.exception with parameters of type ExpectedException Constructor Description ExpectedExceptionNotThrown(String message, ExpectedException expectedExeption)ExpectedExceptionNotThrown(ExpectedException expectedExeption)
-