Uses of Package
mockit.internal
Packages that use mockit.internal
Package
Description
Contains the classes that implement the internal mechanisms of the toolkit, and as such are not intended for direct
use in client code.
-
Classes in mockit.internal used by mockit.internalClassDescriptionBase 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. -
Classes in mockit.internal used by mockit.internal.capturing
-
Classes in mockit.internal used by mockit.internal.classGeneration
-
Classes in mockit.internal used by mockit.internal.expectations.mocking
-
Classes in mockit.internal used by mockit.internal.expectations.stateClassDescriptionBase 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. -
Classes in mockit.internal used by mockit.internal.fakingClassDescriptionBase 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. -
Classes in mockit.internal used by mockit.internal.startupClassDescriptionIdentifies a class by its loader and name rather than by the
Class
object, which isn't available during initial class transformation. -
Classes in mockit.internal used by mockit.internal.stateClassDescriptionIdentifies a class by its loader and name rather than by the
Class
object, which isn't available during initial class transformation.