Uses of Class
org.mockito.creation.instance.InstantiationException
Packages that use InstantiationException
Package
Description
ByteBuddy related stuff.
-
Uses of InstantiationException in org.mockito.internal.creation.bytebuddy
Methods in org.mockito.internal.creation.bytebuddy that throw InstantiationExceptionModifier and TypeMethodDescription<T> T
InlineDelegateByteBuddyMockMaker.newInstance
(Class<T> cls) -
Uses of InstantiationException in org.mockito.internal.creation.instance
Methods in org.mockito.internal.creation.instance that return InstantiationExceptionModifier and TypeMethodDescriptionprivate InstantiationException
ConstructorInstantiator.multipleMatchingConstructors
(Class<?> cls, List<Constructor<?>> constructors) private InstantiationException
ConstructorInstantiator.noMatchingConstructor
(Class<?> cls) private InstantiationException
ConstructorInstantiator.paramsException
(Class<?> cls, Exception e)