| Class | Description |
|---|---|
| AdvancedRunner |
Tiered Junit 4 Test Runner.
|
| EventQueue<E> |
Event Queue for capturing potential events within a testing scenario.
|
| ExtraMatchers |
Extra Matchers for the Junit Hamcrest users out there.
|
| FS |
Common FileSystem utility methods
|
| IO |
IO Utilities.
|
| IO.SafeFileFilter |
A
FileFilter for obtaining a list of contents that does not contain the special
. and .. entries that some JVM environments report. |
| JAR |
Basic functions for working with JAR files in test cases.
|
| JDK |
Common Java JVM/JDK environment utilities
|
| MavenTestingUtils |
Common utility methods for working with JUnit tests cases in a maven friendly way.
|
| OS |
Some simple OS specific utilities.
|
| PathAssert |
Assertions of various FileSytem Paths
|
| PropertyFlag |
Flag indicating that
Test is part of special group of tests. |
| SimpleRequest |
A super simple http request mechanism for simple testing purposes.
|
| StringAssert |
Collection of common asserts for Strings.
|
| StringMangler |
Collection of utility methods for manipulating Strings for zen purposes.
|
| TestingDir |
A junit 4.x
Rule to provide a common, easy to use, testing directory that is unique per unit test method. |
| TestTracker |
Adds simple System.err output tracking of test method execution.
|
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.