A C G H I M O T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AssertionFailedError - Error in org.opentest4j
-
AssertionFailedErroris an initial draft for a common base class for test-relatedAssertionErrors. - AssertionFailedError() - Constructor for error org.opentest4j.AssertionFailedError
-
Constructs an
AssertionFailedErrorwith no message, no cause, and no expected/actual values. - AssertionFailedError(String) - Constructor for error org.opentest4j.AssertionFailedError
-
Constructs an
AssertionFailedErrorwith a message, no cause, and no expected/actual values. - AssertionFailedError(String, Object, Object) - Constructor for error org.opentest4j.AssertionFailedError
-
Constructs an
AssertionFailedErrorwith a message and expected/actual values but without a cause. - AssertionFailedError(String, Object, Object, Throwable) - Constructor for error org.opentest4j.AssertionFailedError
-
Constructs an
AssertionFailedErrorwith a message, expected/actual values, and a cause. - AssertionFailedError(String, Throwable) - Constructor for error org.opentest4j.AssertionFailedError
-
Constructs an
AssertionFailedErrorwith a message and a cause but without expected/actual values.
C
- create(Object) - Static method in class org.opentest4j.ValueWrapper
-
Factory for creating a new
ValueWrapperfor the suppliedvalue.
G
- getActual() - Method in error org.opentest4j.AssertionFailedError
-
Returns the wrapped actual value if it is defined; otherwise
null. - getExpected() - Method in error org.opentest4j.AssertionFailedError
-
Returns the wrapped expected value if it is defined; otherwise
null. - getFailures() - Method in error org.opentest4j.MultipleFailuresError
- getIdentityHashCode() - Method in class org.opentest4j.ValueWrapper
-
Returns the value's identity hash code, i.e.
- getMessage() - Method in error org.opentest4j.MultipleFailuresError
- getStringRepresentation() - Method in class org.opentest4j.ValueWrapper
-
Returns the value's string representation, i.e.
- getType() - Method in class org.opentest4j.ValueWrapper
-
Returns the value's runtime type in case it wasn't
null; otherwise,null. - getValue() - Method in class org.opentest4j.ValueWrapper
-
Returns the value as passed to the constructor in case it implemented
Serializable; otherwise,null.
H
- hasFailures() - Method in error org.opentest4j.MultipleFailuresError
I
- IncompleteExecutionException - Exception in org.opentest4j
-
RuntimeExceptionused to indicate that the execution of a test was incomplete — for example, that the execution was entirely skipped or aborted mid-stream. - IncompleteExecutionException() - Constructor for exception org.opentest4j.IncompleteExecutionException
- IncompleteExecutionException(String) - Constructor for exception org.opentest4j.IncompleteExecutionException
- IncompleteExecutionException(String, Throwable) - Constructor for exception org.opentest4j.IncompleteExecutionException
- isActualDefined() - Method in error org.opentest4j.AssertionFailedError
-
Returns
trueif the actual value is defined, i.e. - isExpectedDefined() - Method in error org.opentest4j.AssertionFailedError
-
Returns
trueif the expected value is defined, i.e.
M
- MultipleFailuresError - Error in org.opentest4j
-
MultipleFailuresErroris anAssertionErrorwhich aggregates multipleAssertionErrorsthrown in a given context (i.e., typically within the invocation of a single test). - MultipleFailuresError(String, List<? extends Throwable>) - Constructor for error org.opentest4j.MultipleFailuresError
O
- org.opentest4j - package org.opentest4j
-
Common
AssertionErrorsandRuntimeExceptionsfor testing frameworks on the JVM.
T
- TestAbortedException - Exception in org.opentest4j
-
Specialization of
IncompleteExecutionExceptionused to indicate that a test was aborted during execution (e.g., due to a failed assumption). - TestAbortedException() - Constructor for exception org.opentest4j.TestAbortedException
- TestAbortedException(String) - Constructor for exception org.opentest4j.TestAbortedException
- TestAbortedException(String, Throwable) - Constructor for exception org.opentest4j.TestAbortedException
- TestSkippedException - Exception in org.opentest4j
-
Specialization of
IncompleteExecutionExceptionused to indicate that a test was skipped prior to execution (e.g., disabled or ignored). - TestSkippedException() - Constructor for exception org.opentest4j.TestSkippedException
- TestSkippedException(String) - Constructor for exception org.opentest4j.TestSkippedException
- TestSkippedException(String, Throwable) - Constructor for exception org.opentest4j.TestSkippedException
- toString() - Method in class org.opentest4j.ValueWrapper
-
Returns the value's string representation along with its type and identity hash code.
V
- ValueWrapper - Class in org.opentest4j
-
Serializable representation of a value that was used in an assertion.
All Classes All Packages