Modifier and Type | Method and Description |
---|---|
Registry |
getRegistry()
The execution registry.
|
boolean |
isComplete()
Is the result that the execution completed without a value being returned.
|
error, getThrowable, getValue, getValueOrThrow, isError, isSuccess, success
boolean isComplete()
This can happen if the promise was routed
instead of being returned to the caller,
or if the promise failed and the error was handled “upstream”.
In such a case, the code under test handled the promised value.
As the promise producing code dealt with the value, the tests will have to examine the side affects of this occurring.
Registry getRegistry()