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:
Serializable

public class ExpectedExceptionNotThrown extends RuntimeException
RuntimeException thrown when an expected exception was not thrown
See Also:
  • Constructor Details

    • ExpectedExceptionNotThrown

      public ExpectedExceptionNotThrown(ExpectedException expectedExeption)
    • ExpectedExceptionNotThrown

      public ExpectedExceptionNotThrown(String message, ExpectedException expectedExeption)
  • Method Details