Class TestInstantiationException

All Implemented Interfaces:
Serializable

@API(status=STABLE, since="5.10") public class TestInstantiationException extends JUnitException
Thrown if an error is encountered during the execution of a TestInstanceFactory.
Since:
5.3
See Also:
  • Constructor Details

    • TestInstantiationException

      public TestInstantiationException(String message)
    • TestInstantiationException

      public TestInstantiationException(String message, Throwable cause)