| Interface | Description |
|---|---|
| TextMatcher |
Understands matching a given text to one or more values.
|
| Class | Description |
|---|---|
| Arrays |
Understands utility methods for arrays.
|
| AWTEvents |
Understands utility methods related to AWT events.
|
| AWTExceptionHandlerInstaller |
Understands installation of AWT exception handlers.
|
| Colors |
Understands utility methods related to colors.
|
| GenericRange<T> |
Understands a range of values.
|
| Modifiers |
Understands utility methods related to input modifiers.
|
| Pair<I,II> |
Understands a tuple of size 2.
|
| Patterns |
Understands utility methods for regular expression patterns.
|
| PatternTextMatcher |
Understands matching text to a group of
String values. |
| Platform |
Understands platform-specific functionality.
|
| Range |
Understands a range (from, to.)
|
| Range.From |
Understands the starting value of a range.
|
| Range.To |
Understands the ending value of a range.
|
| RobotFactory |
Understands creation of AWT
s. |
| Strings |
Understands utility methods related to
Strings. |
| StringTextMatcher |
Understands matching text to a group of
String values. |
| System | Deprecated
Use
instead. |
| TimeoutWatch |
Understands a time counter with a timeout.
|
| Triple<I,II,III> |
Understands a tuple of size 3.
|
| Enum | Description |
|---|---|
| OSFamily |
Understands a Operating System family.
|
Some useful utility methods.
Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.