Class TemplateInvocationValidationException

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

@API(status=EXPERIMENTAL, since="5.13") public class TemplateInvocationValidationException extends org.junit.platform.commons.JUnitException
TemplateInvocationValidationException is an exception thrown by a TestTemplateInvocationContextProvider or ClassTemplateInvocationContextProvider if a validation fails when while providing or closing Stream of invocation contexts.
Since:
5.13
See Also:
  • Constructor Details

    • TemplateInvocationValidationException

      public TemplateInvocationValidationException(String message)