Package mockit.internal
package mockit.internal
Contains the classes that implement the internal mechanisms of the toolkit, and as such are not intended for direct
use in client code.
The public API in this package and its sub-packages is to be considered non-published, for internal use only, and is subject to incompatible changes at any time.
-
ClassDescriptionBase class for encapsulating state and logic needed by both the Mocking and Faking APIs, but which should not go into
Invocation
in order to keep the published API clean.Identifies a class by its loader and name rather than by theClass
object, which isn't available during initial class transformation.