Interface
used to represent validation failure. {@link ConstraintFailure}
object implements this Interface
.
@see ConstraintFailure
@author Rajeshwar Patil
@version %I%, %G%
The error page is rendered into HTML, but without a stack trace. So only use this exception when the error condition is anticipated by the program, and where we nor users don't need to see the stack trace to figure out the root cause. @author Kohsuke Kawaguchi @since 1.321
Failure
holds a description of the failed test and the exception that was thrown while running it. In most cases the {@link org.junit.runner.Description}will be of a single test. However, if problems are encountered while constructing the test (for example, if a {@link org.junit.BeforeClass} method is not static), it may describesomething other than a single test.
@since 4.0
If the failure case occurs, the receiving entity MUST return a {@code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|