Package mockit.internal
Class ClassLoadingBridge
java.lang.Object
mockit.internal.ClassLoadingBridge
- All Implemented Interfaces:
InvocationHandler
- Direct Known Subclasses:
FakeBridge
,FakeMethodBridge
,MockedBridge
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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 Summary
Modifier and TypeMethodDescriptionprotected static Object[]
extractArguments
(@org.checkerframework.checker.index.qual.NonNegative int startingIndex, Object[] args) static boolean
protected static boolean
notToBeMocked
(Object instance, String classDesc) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.reflect.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
-