| Interface | Description |
|---|---|
| BooleanEvaluation |
Evaluation that returns a boolean value.
|
| Class | Description |
|---|---|
| AbstractControlledThread |
Class implementing a thread with a
myRun method which can throw
exceptions. |
| AbstractTestHelper |
Super class for all test helpers.
|
| CommandRunner |
Class that runs a command and captures its output.
|
| CommandRunner.CommandOutput |
Class that represents the output of a command.
|
| CommandRunner.ProcessInterface |
Interface provided to access the process while it is running.
|
| ComparisonUtils |
Class providing comparison utilities.
|
| ControlledThread | Deprecated
use the
AbstractControlledThread instead |
| DateHelper |
Class that provides simple methods that are usually considered when handling
dates.
|
| DefaultTCase |
Super class for all test cases.
|
| FileContentWorker |
Utility class with methods to help dealing with text files.
|
| HashcodeEqualsTest |
Class that makes a test to the
hashCode and equals
method of a class. |
| JarUtils |
Class that provides utility methods to work with jars.
|
| JavacRunner |
Class that runs javac and compiles source code.
|
| JavaLauncher |
Class that is capable of launching new Java virtual machines.
|
| OutputStreamWithExceptionControl |
Output stream that delegates to another output stream but allows injecting
exceptions.
|
| PictureBuilder |
Class that can be used to generate random images.
|
| RandomGenerator |
Class used to generate random values for unit tests.
|
| Serialization |
Class providing utility methods for serialization test.
|
| TemporaryFile |
Class that creates a temporary file or directory.
|
| TestPropertiesDefinition |
Class that defines (and allows manipulating) test properties.
|
| ThreadCountTestHelper |
The thread count test helper ensures that all threads started during the
test case are finished by the end of the test case.
|
| ThreadFlag |
Class used to control running threads.
|
| WebGetter |
Class that obtains data from the web.
|
| Exception | Description |
|---|---|
| CommandExecutionException |
Exception thrown when a command failed to execute.
|
| TestCaseConfigurationException |
Exception thrown when a test case configuration (or setup) is incorrect.
|
| Annotation Type | Description |
|---|---|
| TestHelper |
Annotation to add in fields of test cases which are subclasses of
DefaultTCase\ whose type is a subclass of AbstractTestHelper. |
Copyright © 2015. All rights reserved.