Uses of Interface
org.mockito.ScopedMock
-
Packages that use ScopedMock Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage. -
-
Uses of ScopedMock in org.mockito
Subinterfaces of ScopedMock in org.mockito Modifier and Type Interface Description interfaceMockedConstruction<T>Represents a mock of any object construction of the represented type.interfaceMockedStatic<T>Represents an active mock of a type's static methods.
-