| Interface | Description |
|---|---|
| Memento |
An object which contains all the information needed to revert something to its original value.
|
| Class | Description |
|---|---|
| ClassLoadingSupport |
Supports special classloading as needed by unit tests.
|
| ClassUtils |
Utilities to handle JDK-specific functionality for defining classes.
|
| StaticStubSupport |
A class which simplifies the assignment of stubs to static variables.
|
| Stub |
This class allows for the instantiation of auto-generated simple stubs from abstract classes.
|
| SystemPropertySupport |
A class which simplifies setting system properties in unit tests.
|
| SystemUtils |
Some common utilities.
|
| ThreadContextClassLoaderSupport |
Support for manipulating the thread context class-loader in a unit test.
|
| Exception | Description |
|---|---|
| SimpleStubException |
An exception thrown when the simplestub library detects a problem in a stub definition.
|
| UnexpectedMethodCallException |
Thrown by a strict stub if one of its undefined methods is called.
|
Copyright © 2024. All rights reserved.