Package org.mockito.internal.matchers
Class LocalizedMatcher
- java.lang.Object
-
- org.mockito.internal.matchers.LocalizedMatcher
-
public class LocalizedMatcher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Locationlocationprivate ArgumentMatcher<?>matcher
-
Constructor Summary
Constructors Constructor Description LocalizedMatcher(ArgumentMatcher<?> matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()ArgumentMatcher<?>getMatcher()
-
-
-
Field Detail
-
matcher
private final ArgumentMatcher<?> matcher
-
location
private final Location location
-
-
Constructor Detail
-
LocalizedMatcher
public LocalizedMatcher(ArgumentMatcher<?> matcher)
-
-
Method Detail
-
getLocation
public Location getLocation()
-
getMatcher
public ArgumentMatcher<?> getMatcher()
-
-