Package io.vertx.rxjava3.ext.unit.report
Class Failure
- java.lang.Object
-
- io.vertx.rxjava3.ext.unit.report.Failure
-
public class Failure extends Object
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 Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Failure>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Failure
getDelegate()
int
hashCode()
boolean
isError()
String
message()
static Failure
newInstance(Failure arg)
String
stackTrace()
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<Failure> __TYPE_ARG
-
-