public class ConfigurationItemVarargsMatcher
extends org.mockito.ArgumentMatcher<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem[]>
implements org.mockito.internal.matchers.VarargMatcher, java.io.Serializable
| Constructor and Description |
|---|
ConfigurationItemVarargsMatcher() |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem[] |
getArgument() |
boolean |
matches(java.lang.Object argument)
Returns whether this matcher accepts the given argument.
|
public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem[] getArgument()
public boolean matches(java.lang.Object argument)
org.mockito.ArgumentMatcherThe method should never assert if the argument doesn't match. It should only return false.
matches in interface org.hamcrest.Matcher<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem[]>matches in class org.mockito.ArgumentMatcher<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem[]>argument - the argumentBaseMatcher