Class HibernateStatementAssertionResult
- java.lang.Object
-
- com.mickaelb.integration.spring.assertions.sql.HibernateStatementAssertionResult
-
- All Implemented Interfaces:
HibernateStatementAssertionValidator
public class HibernateStatementAssertionResult extends Object implements HibernateStatementAssertionValidator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHibernateStatementAssertionResult.StatementType
-
Constructor Summary
Constructors Constructor Description HibernateStatementAssertionResult(HibernateStatementAssertionResult.StatementType type, List<String> statements, int expected)
-
-
-
Constructor Detail
-
HibernateStatementAssertionResult
public HibernateStatementAssertionResult(HibernateStatementAssertionResult.StatementType type, List<String> statements, int expected)
-
-
Method Detail
-
isInError
public boolean isInError()
-
getErrorMessage
public String getErrorMessage()
-
validate
public void validate()
- Specified by:
validatein interfaceHibernateStatementAssertionValidator
-
-