| Class | Description |
|---|---|
| ClassLocator | |
| ClassReplicaCreator |
This class takes care of creating a replica of a class.
|
| ConcreteClassGenerator |
This class takes care of creating a concrete sub-class implementing all
abstract methods in the parent.
|
| DefaultFieldValueGenerator |
Fills the fields with default not-null values.
|
| IdentityHashSet<E> | |
| IndicateReloadClass | |
| ListMap<K,V> | |
| ListMap.SimpleEntry<K,V> | |
| MockGateway |
All mock invocations are routed through this gateway.
|
| MockGateway.NoMockito |
MockGateway.NoMockito.noMockito is wrapped into it's own static class to make sure it is initialized not earlier than
MockGateway.calledFromMockito() is called for the first time. |
| MockInvocation | |
| MockRepository |
Hold mock objects that should be used instead of the concrete implementation.
|
| PowerMockUtils | |
| WildcardMatcher |
Wildcard matcher.
|
| Exception | Description |
|---|---|
| InvocationException |