Class ExpectedExceptionNotThrown

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExpectedExceptionNotThrown
    extends java.lang.RuntimeException
    RuntimeException thrown when an expected exception was not thrown
    See Also:
    Serialized Form
    • Constructor Detail

      • ExpectedExceptionNotThrown

        public ExpectedExceptionNotThrown​(ExpectedException expectedExeption)
      • ExpectedExceptionNotThrown

        public ExpectedExceptionNotThrown​(java.lang.String message,
                                          ExpectedException expectedExeption)