java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jgit.junit.RepeatRule.RepeatedTestException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RepeatRule
Exception thrown if repeated execution of a test annotated with
@Repeat failed.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepeatedTestException(String message) ConstructorRepeatedTestException(String message, Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepeatedTestException
Constructor- Parameters:
message- the error message- Since:
- 5.1.9
-
RepeatedTestException
Constructor- Parameters:
message- the error messagecause- exception causing this exception
-