| Interface | Description |
|---|---|
| Version |
Current version of the framework.
|
| Class | Description |
|---|---|
| Log |
Various logging, assertion, and debug routines.
|
| NoExitSecurityManager | |
| Platform |
Simple utility to figure out what platform we're on, what java version
we're running.
|
| Exception | Description |
|---|---|
| ExitException |
Provide a tagging interface and storage for attempted exits from code
under test.
|
| InterruptedAbbotException |
Record the case where the current thread has been interrupted,
a proxy for the normal
|
| WaitTimedOutException |
Record the case where are have failed to wait for something, used to
extend an AssertionError; but now extends FailException so we get the
extra diagnostics.
|
| Error | Description |
|---|---|
| AssertionFailedError |
Indirect usage to avoid too much direct linkage to JUnit.
|
| BugReport |
Exception for reporting unexpected situations in the program.
|
Abbot is hosted on