| Class | Description |
|---|---|
| Asserts |
TODO should move this to new package brooklyn.util.assertions
and TODO should add a repeating() method which returns an AssertingRepeater extending Repeater
and:
adds support for requireAllIterationsTrue
convenience run methods equivalent to succeedsEventually and succeedsContinually
|
| Asserts.BooleanWithMessage | |
| EntityTestUtils | Deprecated
since 0.9.0.
|
| HttpTestUtils | Deprecated
since 0.9.0.
|
| NetworkingTestUtils | |
| PerformanceTestUtils | Deprecated
since 0.9.0; see
PerformanceTestUtils. |
| TestUtils | Deprecated
Since 0.8.
|
| TestUtils.BooleanWithMessage | Deprecated
since 0.8; use Asserts.BooleanWithMessage
|
| WebAppMonitor |
Repeatedly polls a given URL, to check if it is always available.
|
| Error | Description |
|---|---|
| Asserts.ShouldHaveFailedPreviouslyAssertionError |
Subclass of
AssertionError which indicates that code which should have thrown did not,
so that callers can disambiguate expected errors from this one. |