Class Failure
java.lang.Object
io.vertx.reactivex.ext.unit.report.Failure
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
A failure provides the details of a failure that happened during the execution of a test case.
The failure can be:
- an assertion failure: an assertion failed
- an error failure: an expected error occured
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Failure
-
Failure
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
isError
public boolean isError()- Returns:
- true if the failure is an error failure otherwise it is an assertion failure
-
message
- Returns:
- the error message
-
stackTrace
- Returns:
- the stack trace
-
newInstance
-