Class TestResult
java.lang.Object
io.vertx.reactivex.ext.unit.report.TestResult
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongThe time at which the test began in millis.longHow long the test lasted in millis.booleanbooleanfailed()Did it fail?failure()An exception describing failure, null if the test succeeded.inthashCode()name()The test description, may be null if none was provided.static TestResultnewInstance(TestResult arg) booleanDid it succeed?toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
TestResult
-
TestResult
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
name
-
beginTime
public long beginTime()The time at which the test began in millis.- Returns:
-
durationTime
public long durationTime()How long the test lasted in millis.- Returns:
-
succeeded
public boolean succeeded()Did it succeed?- Returns:
-
failed
public boolean failed()Did it fail?- Returns:
-
failure
-
newInstance
-