File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
src/main/java/org/opentest4j Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 17
17
package org .opentest4j ;
18
18
19
19
import org .opentest4j .debug .DebugInformation ;
20
- import org .opentest4j .debug .ValueDescriptor ;
21
20
22
21
/**
23
- * {@code AssertionFailedError} is an <em>initial draft</em> for a common base class for test-related
24
- * {@link AssertionError AssertionErrors}.
25
22
* <p>
26
- * In addition to a message and a cause this class stores the expected and actual values of an assertion using the
27
- * {@link ValueDescriptor} type.
23
+ * {@code AssertionFailedException} is an <em>initial draft</em> for a common base class for test-related assertion
24
+ * failures.
25
+ * </p>
26
+ * <dl>
27
+ * <dt><strong>WARNING:</strong></dt>
28
+ * <dd>this is a <em>work in progress</em> and is therefore guaranteed to undergo heavy revisions in the near future
29
+ * based on community feedback.</dd>
30
+ * </dl>
28
31
* <p>
29
- * <strong>WARNING</strong>: this is a <em>work in progress</em> and is therefore guaranteed to undergo heavy revisions
30
- * in the near future based on community feedback.
31
32
*
32
33
* @author Sam Brannen
33
34
* @author Marc Philipp
35
+ * @author Mark Michaelis
34
36
* @since 1.0
35
37
*/
36
38
public class AssertionFailedException extends DebuggableException {
You can’t perform that action at this time.
0 commit comments