Class TestInstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.api.extension.TestInstantiationException
All Implemented Interfaces:
Serializable

@API(status=EXPERIMENTAL, since="5.3") public class TestInstantiationException extends org.junit.platform.commons.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)