Class ExpectedExceptionNotThrown
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.activiti.cloud.acc.shared.serenity.exception.ExpectedExceptionNotThrown
-
- All Implemented Interfaces:
java.io.Serializable
public class ExpectedExceptionNotThrown extends java.lang.RuntimeExceptionRuntimeException thrown when an expected exception was not thrown- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpectedExceptionNotThrown(java.lang.String message, ExpectedException expectedExeption)ExpectedExceptionNotThrown(ExpectedException expectedExeption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpectedExceptiongetExpectedExeption()
-
-
-
Constructor Detail
-
ExpectedExceptionNotThrown
public ExpectedExceptionNotThrown(ExpectedException expectedExeption)
-
ExpectedExceptionNotThrown
public ExpectedExceptionNotThrown(java.lang.String message, ExpectedException expectedExeption)
-
-
Method Detail
-
getExpectedExeption
public ExpectedException getExpectedExeption()
-
-