Uses of Interface
org.mockito.internal.progress.ArgumentMatcherStorage
-
Packages that use ArgumentMatcherStorage Package Description org.mockito.internal.invocation Invocation and related classes.org.mockito.internal.progress Mocking progress stateful classes. -
-
Uses of ArgumentMatcherStorage in org.mockito.internal.invocation
Methods in org.mockito.internal.invocation with parameters of type ArgumentMatcherStorage Modifier and Type Method Description InvocationMatcher
MatchersBinder. bindMatchers(ArgumentMatcherStorage argumentMatcherStorage, Invocation invocation)
-
Uses of ArgumentMatcherStorage in org.mockito.internal.progress
Classes in org.mockito.internal.progress that implement ArgumentMatcherStorage Modifier and Type Class Description class
ArgumentMatcherStorageImpl
Methods in org.mockito.internal.progress that return ArgumentMatcherStorage Modifier and Type Method Description ArgumentMatcherStorage
MockingProgress. getArgumentMatcherStorage()
ArgumentMatcherStorage
MockingProgressImpl. getArgumentMatcherStorage()
ArgumentMatcherStorage
ThreadSafeMockingProgress. getArgumentMatcherStorage()
-