Uses of Interface
org.mockito.internal.progress.ArgumentMatcherStorage
-
Packages that use ArgumentMatcherStorage Package Description org.mockito.internal.invocation Invocation machinery 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
Fields in org.mockito.internal.progress declared as ArgumentMatcherStorage Modifier and Type Field Description private ArgumentMatcherStorage
MockingProgressImpl. argumentMatcherStorage
Methods in org.mockito.internal.progress that return ArgumentMatcherStorage Modifier and Type Method Description ArgumentMatcherStorage
MockingProgress. getArgumentMatcherStorage()
ArgumentMatcherStorage
MockingProgressImpl. getArgumentMatcherStorage()
-