Package com.android.dx.mockito.inline.extended
See: Description
-
Class Summary Class Description ExtendedMockito Mockito extended with the ability to stub static methods. StaticMockitoSession Same as MockitoSession but used when static methods are also stubbed. StaticMockitoSessionBuilder Same as MockitoSessionBuilder but adds the ability to stub static methods calls via mockStatic, mockStatic, and mockStatic; All mocks/spies will be reset once the session is finished. StaticCapableStubber Same as Stubber but supports settings up stubbing of static methods via when and when. StaticInOrder Same as InOrder but adds the ability to verify static method calls via verify, verify, verify, and verify. -
Interface Summary Interface Description MockedVoidMethod A call to a void method that should be stubbed / verified. MockedMethod A call to a method that should be stubbed / verified. -
Annotation Summary Annotation Description UnstableApi The API is not a mockito API and there is a chance in might change in future versions.