Package org.mockito.internal.invocation
Class InvocationsFinder.RemoveNotMatching
- java.lang.Object
-
- org.mockito.internal.invocation.InvocationsFinder.RemoveNotMatching
-
- All Implemented Interfaces:
ListUtil.Filter<Invocation>
- Enclosing class:
- InvocationsFinder
private static class InvocationsFinder.RemoveNotMatching extends java.lang.Object implements ListUtil.Filter<Invocation>
-
-
Field Summary
Fields Modifier and Type Field Description private MatchableInvocation
wanted
-
Constructor Summary
Constructors Modifier Constructor Description private
RemoveNotMatching(MatchableInvocation wanted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isOut(Invocation invocation)
-
-
-
Field Detail
-
wanted
private final MatchableInvocation wanted
-
-
Constructor Detail
-
RemoveNotMatching
private RemoveNotMatching(MatchableInvocation wanted)
-
-
Method Detail
-
isOut
public boolean isOut(Invocation invocation)
- Specified by:
isOut
in interfaceListUtil.Filter<Invocation>
-
-