Module org.junit.jupiter.api
Package org.junit.jupiter.api.extension
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 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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateInvocationValidationException
-