public final class ActivePromisesRule extends Object implements org.junit.rules.TestRule
TestRule that fails if not all active promises have been completed either succesfully or exceptionally.
Promises to be monitored should have either a TestUtils.assertComplete()
listener attached| Constructor and Description |
|---|
ActivePromisesRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
Copyright © 2019. All rights reserved.