Non-blocking call to check if the test or suite run is completed, returns true
if all compositite Status
es have completed,
false
otherwise.
Non-blocking call to check if the test or suite run is completed, returns true
if all compositite Status
es have completed,
false
otherwise. You can use this to poll the run status.
true
if all compositite Status
es have completed, false
otherwise.
Blocking call that waits until all composite Status
es have completed, then returns
true
only if all of the composite Status
es succeeded.
Blocking call that waits until all composite Status
es have completed, then returns
true
only if all of the composite Status
es succeeded. If any Status
passed in the statuses
set fails, this method
will return false
.
true
if all composite Status
es succeed, false
otherwise.
Blocking call that returns only after all compositite Status
s have completed.
Blocking call that returns only after all compositite Status
s have completed.
Composite
Status
that aggregates its completion and failed states of set of otherStatus
es passed to its constructor.