public class PreparedStatementMatcher
extends org.hamcrest.TypeSafeMatcher<T>
| Constructor and Description |
|---|
PreparedStatementMatcher(PreparedStatementExecution expectedPreparedStatementExecution) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkVariables(java.util.List<java.lang.Object> expectedVariables,
java.util.List<org.scassandra.cql.CqlType> variableTypes,
java.util.List<java.lang.Object> actualVariables) |
void |
describeMismatchSafely(java.util.List<PreparedStatementExecution> preparedStatementExecutions,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
match(PreparedStatementExecution actualPreparedStatementExecution) |
protected boolean |
matchesSafely(T 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 match(PreparedStatementExecution actualPreparedStatementExecution)
protected boolean matchesSafely(T queries)
matchesSafely in class org.hamcrest.TypeSafeMatcher<T extends java.util.List<S>>protected boolean checkVariables(java.util.List<java.lang.Object> expectedVariables,
java.util.List<org.scassandra.cql.CqlType> variableTypes,
java.util.List<java.lang.Object> actualVariables)