public class ArgumentsLoadingMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<com.ca.codesv.sdk.Request>
| Constructor and Description |
|---|
ArgumentsLoadingMatcher(org.hamcrest.Matcher<?> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(com.ca.codesv.sdk.Request item,
org.hamcrest.Description mismatchDescription) |
public ArgumentsLoadingMatcher(org.hamcrest.Matcher<?> matcher)
protected boolean matchesSafely(com.ca.codesv.sdk.Request item,
org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<com.ca.codesv.sdk.Request>public void describeTo(org.hamcrest.Description description)