Uses of Class
org.mockito.Incubating
-
Packages that use Incubating Package Description org.mockito Mockito is a mock library for java - see Mockito class for for usage.org.mockito.mock org.mockito.plugins Mockito plugins allow customization of behavior. -
-
Uses of Incubating in org.mockito
Methods in org.mockito with annotations of type Incubating Modifier and Type Method Description MockSettingsMockSettings. outerInstance(java.lang.Object outerClassInstance)Makes it possible to mock non-static inner classes in conjunction withMockSettings.useConstructor().static <T> TMockito. spy(java.lang.Class<T> classToSpy)Please refer to the documentation ofMockito.spy(Object).MockSettingsMockSettings. useConstructor()Mockito attempts to use constructor when creating instance of the mock. -
Uses of Incubating in org.mockito.mock
Classes in org.mockito.mock with annotations of type Incubating Modifier and Type Class Description classSerializableModeMock serializable style.Methods in org.mockito.mock with annotations of type Incubating Modifier and Type Method Description java.lang.ObjectMockCreationSettings. getOuterClassInstance()Used when mocking non-static inner classes in conjunction withMockCreationSettings.isUsingConstructor()booleanMockCreationSettings. isUsingConstructor()Informs whether the mock instance should be created via constructor -
Uses of Incubating in org.mockito.plugins
Classes in org.mockito.plugins with annotations of type Incubating Modifier and Type Interface Description interfacePluginSwitchAllows switching off the plugins that are discovered on classpath.
-