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 | |
DisableOnWindowsListener |
Scans all tests annotated with
DisableOnWindows and, on Windows, sets enabled=false if the current
environment is Windows.. |
HttpTestUtils | Deprecated
since 0.9.0.
|
LogWatcher |
Testing utility that registers an appender to watch a given logback logger, and records events
that match a given predicate.
|
LogWatcher.EventPredicates | |
NetworkingTestUtils | |
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. |
Annotation Type | Description |
---|---|
DisableOnWindows |
Used to indicate that a test should ne be executed on Windows.
|