| Package | Description |
|---|---|
| com.consol.citrus.dsl.builder | |
| com.consol.citrus.dsl.design | |
| com.consol.citrus.dsl.junit | |
| com.consol.citrus.dsl.runner | |
| com.consol.citrus.dsl.testng |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSQLBuilder |
ExecuteSQLBuilder.dataSource(DataSource dataSource)
Sets the SQL data source.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.ignoreErrors(boolean ignoreErrors)
Ignore errors during execution.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.jdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
Sets the Spring JDBC template to use.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.sqlResource(org.springframework.core.io.Resource sqlResource)
Setter for external file resource containing the SQL statements to execute.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.sqlResource(String filePath)
Setter for external file resource containing the SQL statements to execute.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.statement(String sql)
Adds a new statement to the list of SQL executions.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.statements(List<String> statements)
List of statements to execute.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.transactionIsolationLevel(String isolationLevel)
Sets the transaction isolation level to use.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Sets the transaction manager to use.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.transactionTimeout(int transactionTimeout)
Sets the transaction timeout to use.
|
ExecuteSQLBuilder |
ExecuteSQLBuilder.transactionTimeout(String transactionTimeout)
Sets the transaction timeout to use.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteSQLBuilder |
TestDesigner.sql(DataSource dataSource)
Creates a new executeSQL action definition
for further configuration.
|
ExecuteSQLBuilder |
DefaultTestDesigner.sql(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSQLBuilder |
JUnit4CitrusTestDesigner.sql(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSQLAction |
JUnit4CitrusTestRunner.sql(BuilderSupport<ExecuteSQLBuilder> configurer) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSQLAction |
TestRunner.sql(BuilderSupport<ExecuteSQLBuilder> configurer)
Creates a new executeSQL action definition
for further configuration.
|
ExecuteSQLAction |
DefaultTestRunner.sql(BuilderSupport<ExecuteSQLBuilder> configurer) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSQLBuilder |
TestNGCitrusTestDesigner.sql(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSQLAction |
TestNGCitrusTestRunner.sql(BuilderSupport<ExecuteSQLBuilder> configurer) |
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.