public class LocalizedMatcher
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Location |
location |
private ArgumentMatcher<?> |
matcher |
| Constructor and Description |
|---|
LocalizedMatcher(ArgumentMatcher<?> matcher) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
ArgumentMatcher<?> |
getMatcher() |
private final ArgumentMatcher<?> matcher
private final Location location
public LocalizedMatcher(ArgumentMatcher<?> matcher)
public Location getLocation()
public ArgumentMatcher<?> getMatcher()