Package org.opentest4j
package org.opentest4j
Common
AssertionErrors and
RuntimeExceptions for testing
frameworks on the JVM.-
ClassDescription
AssertionFailedErroris a common base class for test-relatedAssertionErrors.FileInfois a pair of a file path and the contents of the file.RuntimeExceptionused to indicate that the execution of a test was incomplete — for example, that the execution was entirely skipped or aborted mid-stream.MultipleFailuresErroris anAssertionErrorthat aggregates multiple failures thrown in a given context (i.e., typically within the invocation of a single test).Specialization ofIncompleteExecutionExceptionused to indicate that a test was aborted during execution (e.g., due to a failed assumption).Specialization ofIncompleteExecutionExceptionused to indicate that a test was skipped prior to execution (e.g., disabled or ignored).Serializable representation of a value that was used in an assertion.