Package org.mockito.internal.invocation
Class MatchersBinder
- java.lang.Object
-
- org.mockito.internal.invocation.MatchersBinder
-
- All Implemented Interfaces:
java.io.Serializable
public class MatchersBinder extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchersBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationMatcher
bindMatchers(ArgumentMatcherStorage argumentMatcherStorage, Invocation invocation)
private void
validateMatchers(Invocation invocation, java.util.List<LocalizedMatcher> lastMatchers)
-
-
-
Method Detail
-
bindMatchers
public InvocationMatcher bindMatchers(ArgumentMatcherStorage argumentMatcherStorage, Invocation invocation)
-
validateMatchers
private void validateMatchers(Invocation invocation, java.util.List<LocalizedMatcher> lastMatchers)
-
-