Package | Description |
---|---|
org.mockito.internal.creation.instance | |
org.mockito.plugins |
Mockito plugins allow customization of behavior.
|
Class and Description |
---|
InstantiationException
Deprecated.
since 2.15.4 because this internal class was leaking from the public API.
For information why deprecated, see
InstantiatorProvider2 .
Use Instantiator and InstantiationException types instead.
Exception generated when |
Instantiator
Deprecated.
since 2.15.4 because this internal class was leaking from the public API.
For more information why deprecated, see
InstantiatorProvider2 .
Use Instantiator instead.
Provides instances of classes. |
Class and Description |
---|
Instantiator
Deprecated.
since 2.15.4 because this internal class was leaking from the public API.
For more information why deprecated, see
InstantiatorProvider2 .
Use Instantiator instead.
Provides instances of classes. |