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 | |
HttpTestUtils |
Utility methods to aid testing HTTP.
|
NetworkingTestUtils | |
PerformanceTestUtils | |
TestUtils | Deprecated
Since 0.8.
|
TestUtils.BooleanWithMessage | Deprecated
since 0.8; use Asserts.BooleanWithMessage
|
TrustingSslSocketFactory | |
WebAppMonitor |
Repeatedly polls a given URL, to check if it is always available.
|