public class ExecutionTypeMatcher extends org.hamcrest.TypeSafeMatcher<QueryExecution>
| Constructor and Description |
|---|
ExecutionTypeMatcher(ExecutionType expected) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(QueryExecution item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(QueryExecution item) |
public ExecutionTypeMatcher(ExecutionType expected)
protected boolean matchesSafely(QueryExecution item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<QueryExecution>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(QueryExecution item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<QueryExecution>Copyright © 2017. All rights reserved.