public class PreparedStatementMatcher extends org.hamcrest.TypeSafeMatcher<java.util.List<PreparedStatementExecution>>
| Constructor and Description |
|---|
PreparedStatementMatcher(PreparedStatementExecution expectedPreparedStatementExecution) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatchSafely(java.util.List<PreparedStatementExecution> preparedStatementExecutions,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(java.util.List<PreparedStatementExecution> queries) |
public PreparedStatementMatcher(PreparedStatementExecution expectedPreparedStatementExecution)
public void describeMismatchSafely(java.util.List<PreparedStatementExecution> preparedStatementExecutions, org.hamcrest.Description description)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<java.util.List<PreparedStatementExecution>>public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(java.util.List<PreparedStatementExecution> queries)
matchesSafely in class org.hamcrest.TypeSafeMatcher<java.util.List<PreparedStatementExecution>>