Class ClassLoadingBridge
java.lang.Object
mockit.internal.ClassLoadingBridge
- All Implemented Interfaces:
InvocationHandler
- Direct Known Subclasses:
FakeBridge, FakeMethodBridge, MockedBridge
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedThe instance is stored in a place directly accessible through the Java SE API, so that it can be recovered from any class loader. -
Method Summary
Modifier and TypeMethodDescriptionprotected static Object[]extractArguments(@NonNegative int startingIndex, Object[] args) static booleanprotected static booleannotToBeMocked(Object instance, String classDesc) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InvocationHandler
invoke
-
Field Details
-
hostJREClassName
-
id
-
-
Constructor Details
-
ClassLoadingBridge
The instance is stored in a place directly accessible through the Java SE API, so that it can be recovered from any class loader.
-
-
Method Details
-
notToBeMocked
-
instanceOfClassThatParticipatesInClassLoading
-
extractArguments
-