Index

A B C D E F G I J M O P Q S T V 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractDatabaseConnectingTestAction - Class in org.citrusframework.actions
Abstract base class for database connection test actions.
AbstractDatabaseConnectingTestAction(String, AbstractDatabaseConnectingTestAction.Builder<?, ?>) - Constructor for class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
 
AbstractDatabaseConnectingTestAction.Builder<T extends AbstractDatabaseConnectingTestAction,S extends AbstractDatabaseConnectingTestAction.Builder<T,S>> - Class in org.citrusframework.actions
Action builder.
AbstractDatabaseConnectingTestActionFactoryBean<T extends AbstractDatabaseConnectingTestAction,B extends AbstractDatabaseConnectingTestAction.Builder<T,B>> - Class in org.citrusframework.config.xml
 
AbstractDatabaseConnectingTestActionFactoryBean() - Constructor for class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
 

B

build() - Method in class org.citrusframework.actions.ExecutePLSQLAction.Builder
 
build() - Method in class org.citrusframework.actions.ExecuteSQLAction.Builder
 
build() - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
 
build() - Method in class org.citrusframework.sql.xml.Plsql
 
build() - Method in class org.citrusframework.sql.xml.Sql
 
build() - Method in class org.citrusframework.sql.yaml.Plsql
 
build() - Method in class org.citrusframework.sql.yaml.Sql
 
Builder() - Constructor for class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
Builder() - Constructor for class org.citrusframework.actions.ExecutePLSQLAction.Builder
 
Builder() - Constructor for class org.citrusframework.actions.ExecuteSQLAction.Builder
 
Builder() - Constructor for class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
 

C

charset - Variable in class org.citrusframework.sql.xml.Sql.Validate.Script
 
charset - Variable in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
column - Variable in class org.citrusframework.sql.xml.Sql.Extract
 
column - Variable in class org.citrusframework.sql.xml.Sql.Validate
 
column - Variable in class org.citrusframework.sql.yaml.Sql.Extract
 
column - Variable in class org.citrusframework.sql.yaml.Sql.Validate
 
controlResultSet - Variable in class org.citrusframework.actions.ExecuteSQLQueryAction
Map holding all column values to be validated, keys represent the column names
createSql() - Method in class org.citrusframework.sql.xml.ObjectFactory
Create an instance of Sql
createStatementsFromFileResource(TestContext) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Reads SQL statements from external file resource.
createStatementsFromFileResource(TestContext, SqlUtils.LastScriptLineDecorator) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Reads SQL statements from external file resource.
createStatementsFromFileResource(Resource) - Static method in class org.citrusframework.util.SqlUtils
Reads SQL statements from external file resource.
createStatementsFromFileResource(Resource, SqlUtils.LastScriptLineDecorator) - Static method in class org.citrusframework.util.SqlUtils
Reads SQL statements from external file resource.

D

dataSource - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
dataSource(DataSource) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Sets the SQL data source.
decorate(String) - Method in interface org.citrusframework.util.SqlUtils.LastScriptLineDecorator
Implementing classes may want to decorate last script line.
DEFAULT_RESULT_SET_VALIDATOR - Static variable in class org.citrusframework.actions.ExecuteSQLQueryAction
 
doExecute(TestContext) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Subclasses may add custom execution logic here.
doExecute(TestContext) - Method in class org.citrusframework.actions.ExecutePLSQLAction
 
doExecute(TestContext) - Method in class org.citrusframework.actions.ExecuteSQLAction
 
doExecute(TestContext) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
 

E

execute(TestContext) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Do basic logging and delegate execution to subclass.
ExecutePLSQLAction - Class in org.citrusframework.actions
Class executes PLSQL statements either declared inline as PLSQL statements or given by an external file resource.
ExecutePLSQLAction(ExecutePLSQLAction.Builder) - Constructor for class org.citrusframework.actions.ExecutePLSQLAction
Default constructor.
ExecutePLSQLAction.Builder - Class in org.citrusframework.actions
Action builder.
ExecutePLSQLActionFactoryBean() - Constructor for class org.citrusframework.config.xml.ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
 
ExecutePLSQLActionParser - Class in org.citrusframework.config.xml
Bean definition parser for plsql action in test case.
ExecutePLSQLActionParser() - Constructor for class org.citrusframework.config.xml.ExecutePLSQLActionParser
 
ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean - Class in org.citrusframework.config.xml
Test action factory bean.
ExecuteSQLAction - Class in org.citrusframework.actions
Test action execute SQL statements.
ExecuteSQLAction.Builder - Class in org.citrusframework.actions
Action builder.
ExecuteSQLActionFactoryBean() - Constructor for class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLActionFactoryBean
 
ExecuteSQLQueryAction - Class in org.citrusframework.actions
Action executes SQL queries and offers result set validation.
ExecuteSQLQueryAction(ExecuteSQLQueryAction.Builder) - Constructor for class org.citrusframework.actions.ExecuteSQLQueryAction
Default constructor.
ExecuteSQLQueryAction.Builder - Class in org.citrusframework.actions
Action builder.
ExecuteSQLQueryActionFactoryBean() - Constructor for class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLQueryActionFactoryBean
 
executeStatements(List<String>, List<Map<String, Object>>, Map<String, List<String>>, TestContext) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
Run statements and validate result set.
executeStatements(List<String>, TestContext) - Method in class org.citrusframework.actions.ExecutePLSQLAction
Run all PLSQL statements.
executeStatements(List<String>, TestContext) - Method in class org.citrusframework.actions.ExecuteSQLAction
Run all SQL statements.
extract - Variable in class org.citrusframework.sql.yaml.Sql
 
extract(String, String) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
User can extract column values to test variables.
Extract() - Constructor for class org.citrusframework.sql.xml.Sql.Extract
 
Extract() - Constructor for class org.citrusframework.sql.yaml.Sql.Extract
 
extracts - Variable in class org.citrusframework.sql.xml.Sql
 

F

file - Variable in class org.citrusframework.sql.xml.Plsql.Statements
 
file - Variable in class org.citrusframework.sql.xml.Sql.Statements
 
file - Variable in class org.citrusframework.sql.xml.Sql.Validate.Script
 
file - Variable in class org.citrusframework.sql.yaml.Plsql.Statement
 
file - Variable in class org.citrusframework.sql.yaml.Sql.Validate.Script
 

G

getActor() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
 
getBuilder() - Method in class org.citrusframework.config.xml.ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
Obtains the builder.
getBuilder() - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLActionFactoryBean
Obtains the builder.
getBuilder() - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLQueryActionFactoryBean
Obtains the builder.
getCharset() - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
getCharset() - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
getColumn() - Method in class org.citrusframework.sql.xml.Sql.Extract
 
getColumn() - Method in class org.citrusframework.sql.xml.Sql.Validate
 
getColumn() - Method in class org.citrusframework.sql.yaml.Sql.Extract
 
getColumn() - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
getControlResultSet() - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
Gets the controlResultSet.
getDescription() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
 
getExtracts() - Method in class org.citrusframework.sql.xml.Sql
 
getExtracts() - Method in class org.citrusframework.sql.yaml.Sql
 
getExtractVariables() - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
Gets the extractVariables.
getFile() - Method in class org.citrusframework.sql.xml.Plsql.Statements
 
getFile() - Method in class org.citrusframework.sql.xml.Sql.Statements
 
getFile() - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
getFile() - Method in class org.citrusframework.sql.yaml.Plsql.Statement
 
getFile() - Method in class org.citrusframework.sql.yaml.Sql.Statement
 
getFile() - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
getIsolationLevel() - Method in class org.citrusframework.sql.xml.Plsql.Transaction
 
getIsolationLevel() - Method in class org.citrusframework.sql.xml.Sql.Transaction
 
getIsolationLevel() - Method in class org.citrusframework.sql.yaml.Plsql.Transaction
 
getIsolationLevel() - Method in class org.citrusframework.sql.yaml.Sql.Transaction
 
getManager() - Method in class org.citrusframework.sql.xml.Plsql.Transaction
 
getManager() - Method in class org.citrusframework.sql.xml.Sql.Transaction
 
getManager() - Method in class org.citrusframework.sql.yaml.Plsql.Transaction
 
getManager() - Method in class org.citrusframework.sql.yaml.Sql.Transaction
 
getName() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
 
getObject() - Method in class org.citrusframework.config.xml.ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
 
getObject() - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLActionFactoryBean
 
getObject() - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLQueryActionFactoryBean
 
getObjectType() - Method in class org.citrusframework.config.xml.ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
 
getObjectType() - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLActionFactoryBean
 
getObjectType() - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLQueryActionFactoryBean
 
getScript() - Method in class org.citrusframework.actions.ExecutePLSQLAction
Gets the script.
getScript() - Method in class org.citrusframework.sql.xml.Plsql.Statements
 
getScript() - Method in class org.citrusframework.sql.xml.Sql.Validate
 
getScript() - Method in class org.citrusframework.sql.yaml.Plsql.Statement
 
getScript() - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
getScriptValidationContext() - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
Gets the scriptValidationContext.
getSqlResourcePath() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Gets the sqlResource.
getStatement() - Method in class org.citrusframework.sql.yaml.Plsql.Statement
 
getStatement() - Method in class org.citrusframework.sql.yaml.Sql.Statement
 
getStatementEndingCharacter() - Method in interface org.citrusframework.util.SqlUtils.LastScriptLineDecorator
Provides statement ending character sequence.
getStatementEndingCharacter(SqlUtils.LastScriptLineDecorator) - Static method in class org.citrusframework.util.SqlUtils
Gets the SQL statement ending character sequence.
getStatements() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Gets the statements.
getStatements() - Method in class org.citrusframework.sql.xml.Plsql.Statements
 
getStatements() - Method in class org.citrusframework.sql.xml.Sql.Statements
 
getTimeout() - Method in class org.citrusframework.sql.xml.Plsql.Transaction
 
getTimeout() - Method in class org.citrusframework.sql.xml.Sql.Transaction
 
getTimeout() - Method in class org.citrusframework.sql.yaml.Plsql.Transaction
 
getTimeout() - Method in class org.citrusframework.sql.yaml.Sql.Transaction
 
getTransactionIsolationLevel() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Gets the transactionIsolationLevel.
getTransactionManager() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Gets the transactionManager.
getTransactionTimeout() - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Gets the transactionTimeout.
getType() - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
getType() - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
getValidates() - Method in class org.citrusframework.sql.xml.Sql
 
getValidates() - Method in class org.citrusframework.sql.yaml.Sql
 
getValidator() - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
Gets the validator.
getValue() - Method in class org.citrusframework.sql.xml.Sql.Validate
 
getValue() - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
getValue() - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
getValue() - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
getValues() - Method in class org.citrusframework.sql.xml.Sql.Validate
 
getValues() - Method in class org.citrusframework.sql.xml.Sql.Validate.Values
 
getValues() - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
getVariable() - Method in class org.citrusframework.sql.xml.Sql.Extract
 
getVariable() - Method in class org.citrusframework.sql.yaml.Sql.Extract
 
groovy(String) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Validate SQL result set via validation script, for instance Groovy.
groovy(Resource) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Validate SQL result set via validation script, for instance Groovy.

I

ignoreErrors(boolean) - Method in class org.citrusframework.actions.ExecutePLSQLAction.Builder
Ignore errors during execution.
ignoreErrors(boolean) - Method in class org.citrusframework.actions.ExecuteSQLAction.Builder
Ignore errors during execution.
isDisabled(TestContext) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Checks if this test action is disabled.
isIgnoreErrors() - Method in class org.citrusframework.actions.ExecutePLSQLAction
Gets the ignoreErrors.
isIgnoreErrors() - Method in class org.citrusframework.actions.ExecuteSQLAction
Gets the ignoreErrors.
isolationLevel - Variable in class org.citrusframework.sql.xml.Plsql.Transaction
 
isolationLevel - Variable in class org.citrusframework.sql.xml.Sql.Transaction
 
isolationLevel - Variable in class org.citrusframework.sql.yaml.Plsql.Transaction
 
isolationLevel - Variable in class org.citrusframework.sql.yaml.Sql.Transaction
 

J

jdbcTemplate - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
jdbcTemplate(JdbcTemplate) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Sets the Spring JDBC template to use.

M

manager - Variable in class org.citrusframework.sql.xml.Plsql.Transaction
 
manager - Variable in class org.citrusframework.sql.xml.Sql.Transaction
 
manager - Variable in class org.citrusframework.sql.yaml.Plsql.Transaction
 
manager - Variable in class org.citrusframework.sql.yaml.Sql.Transaction
 

O

ObjectFactory - Class in org.citrusframework.sql.xml
This object contains factory methods for each Java content interface and Java element interface generated in the org.citrusframework.ftp.model package.
ObjectFactory() - Constructor for class org.citrusframework.sql.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.xml
org.citrusframework.actions - package org.citrusframework.actions
 
org.citrusframework.config.xml - package org.citrusframework.config.xml
 
org.citrusframework.sql.xml - package org.citrusframework.sql.xml
 
org.citrusframework.sql.yaml - package org.citrusframework.sql.yaml
 
org.citrusframework.util - package org.citrusframework.util
 

P

parse(Element, ParserContext) - Method in class org.citrusframework.config.xml.ExecutePLSQLActionParser
 
parse(Element, ParserContext) - Method in class org.citrusframework.config.xml.SQLActionParser
 
plsql() - Static method in class org.citrusframework.actions.ExecutePLSQLAction.Builder
 
plsql(DataSource) - Static method in class org.citrusframework.actions.ExecutePLSQLAction.Builder
 
Plsql - Class in org.citrusframework.sql.xml
 
Plsql - Class in org.citrusframework.sql.yaml
 
Plsql() - Constructor for class org.citrusframework.sql.xml.Plsql
 
Plsql() - Constructor for class org.citrusframework.sql.yaml.Plsql
 
PLSQL_STMT_ENDING - Static variable in class org.citrusframework.actions.ExecutePLSQLAction
Special statement endoing character sequence
Plsql.Statement - Class in org.citrusframework.sql.yaml
 
Plsql.Statements - Class in org.citrusframework.sql.xml
 
Plsql.Transaction - Class in org.citrusframework.sql.xml
 
Plsql.Transaction - Class in org.citrusframework.sql.yaml
 

Q

query() - Method in class org.citrusframework.actions.ExecuteSQLAction.Builder
 
query() - Static method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
 
query(DataSource) - Static method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
 

S

script - Variable in class org.citrusframework.sql.xml.Sql.Validate
 
script - Variable in class org.citrusframework.sql.yaml.Sql.Validate
 
Script() - Constructor for class org.citrusframework.sql.xml.Sql.Validate.Script
 
Script() - Constructor for class org.citrusframework.sql.yaml.Sql.Validate.Script
 
setActor(TestActor) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
Sets the actor.
setCharset(String) - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
setCharset(String) - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
setColumn(String) - Method in class org.citrusframework.sql.xml.Sql.Extract
 
setColumn(String) - Method in class org.citrusframework.sql.xml.Sql.Validate
 
setColumn(String) - Method in class org.citrusframework.sql.yaml.Sql.Extract
 
setColumn(String) - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
setControlResultSet(Map<String, List<String>>) - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLQueryActionFactoryBean
Set expected control result set.
setDataSource(String) - Method in class org.citrusframework.sql.xml.Plsql
 
setDataSource(String) - Method in class org.citrusframework.sql.xml.Sql
 
setDataSource(String) - Method in class org.citrusframework.sql.yaml.Plsql
 
setDataSource(String) - Method in class org.citrusframework.sql.yaml.Sql
 
setDataSource(DataSource) - Method in class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
Sets the data source.
setDescription(String) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
 
setDescription(String) - Method in class org.citrusframework.sql.xml.Plsql
 
setDescription(String) - Method in class org.citrusframework.sql.xml.Sql
 
setDescription(String) - Method in class org.citrusframework.sql.yaml.Plsql
 
setDescription(String) - Method in class org.citrusframework.sql.yaml.Sql
 
setExtract(List<Sql.Extract>) - Method in class org.citrusframework.sql.yaml.Sql
 
setExtractVariables(Map<String, String>) - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLQueryActionFactoryBean
User can extract column values to test variables.
setFile(String) - Method in class org.citrusframework.sql.xml.Plsql.Statements
 
setFile(String) - Method in class org.citrusframework.sql.xml.Sql.Statements
 
setFile(String) - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
setFile(String) - Method in class org.citrusframework.sql.yaml.Plsql.Statement
 
setFile(String) - Method in class org.citrusframework.sql.yaml.Sql.Statement
 
setFile(String) - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
setIgnoreErrors(boolean) - Method in class org.citrusframework.config.xml.ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
Ignore errors during execution.
setIgnoreErrors(boolean) - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLActionFactoryBean
Ignore errors during execution.
setIgnoreErrors(boolean) - Method in class org.citrusframework.sql.xml.Plsql
 
setIgnoreErrors(boolean) - Method in class org.citrusframework.sql.xml.Sql
 
setIgnoreErrors(boolean) - Method in class org.citrusframework.sql.yaml.Plsql
 
setIgnoreErrors(boolean) - Method in class org.citrusframework.sql.yaml.Sql
 
setIsolationLevel(String) - Method in class org.citrusframework.sql.xml.Plsql.Transaction
 
setIsolationLevel(String) - Method in class org.citrusframework.sql.xml.Sql.Transaction
 
setIsolationLevel(String) - Method in class org.citrusframework.sql.yaml.Plsql.Transaction
 
setIsolationLevel(String) - Method in class org.citrusframework.sql.yaml.Sql.Transaction
 
setJdbcTemplate(JdbcTemplate) - Method in class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
Sets the Jdbc template.
setManager(String) - Method in class org.citrusframework.sql.xml.Plsql.Transaction
 
setManager(String) - Method in class org.citrusframework.sql.xml.Sql.Transaction
 
setManager(String) - Method in class org.citrusframework.sql.yaml.Plsql.Transaction
 
setManager(String) - Method in class org.citrusframework.sql.yaml.Sql.Transaction
 
setName(String) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
 
setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.sql.xml.Plsql
 
setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.sql.xml.Sql
 
setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.sql.yaml.Plsql
 
setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.sql.yaml.Sql
 
setScript(String) - Method in class org.citrusframework.config.xml.ExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean
The PLSQL script.
setScript(String) - Method in class org.citrusframework.sql.xml.Plsql.Statements
 
setScript(String) - Method in class org.citrusframework.sql.yaml.Plsql.Statement
 
setScript(Sql.Validate.Script) - Method in class org.citrusframework.sql.xml.Sql.Validate
 
setScript(Sql.Validate.Script) - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
setScriptValidationContext(ScriptValidationContext) - Method in class org.citrusframework.config.xml.SQLActionParser.ExecuteSQLQueryActionFactoryBean
Sets the script validation context.
setSqlResourcePath(String) - Method in class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
Setter for external file resource containing the SQL statements to execute.
setStatement(String) - Method in class org.citrusframework.sql.yaml.Plsql.Statement
 
setStatement(String) - Method in class org.citrusframework.sql.yaml.Sql.Statement
 
setStatements(List<String>) - Method in class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
List of statements to execute.
setStatements(List<Plsql.Statement>) - Method in class org.citrusframework.sql.yaml.Plsql
 
setStatements(List<Sql.Statement>) - Method in class org.citrusframework.sql.yaml.Sql
 
setStatements(Plsql.Statements) - Method in class org.citrusframework.sql.xml.Plsql
 
setStatements(Sql.Statements) - Method in class org.citrusframework.sql.xml.Sql
 
setTimeout(String) - Method in class org.citrusframework.sql.xml.Plsql.Transaction
 
setTimeout(String) - Method in class org.citrusframework.sql.xml.Sql.Transaction
 
setTimeout(String) - Method in class org.citrusframework.sql.yaml.Plsql.Transaction
 
setTimeout(String) - Method in class org.citrusframework.sql.yaml.Sql.Transaction
 
setTransaction(Plsql.Transaction) - Method in class org.citrusframework.sql.xml.Plsql
 
setTransaction(Sql.Transaction) - Method in class org.citrusframework.sql.xml.Sql
 
setTransaction(Plsql.Transaction) - Method in class org.citrusframework.sql.yaml.Plsql
 
setTransaction(Sql.Transaction) - Method in class org.citrusframework.sql.yaml.Sql
 
setTransactionIsolationLevel(String) - Method in class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
Sets the transactionIsolationLevel.
setTransactionManager(PlatformTransactionManager) - Method in class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
Sets the transactionManager.
setTransactionTimeout(String) - Method in class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
Sets the transactionTimeout.
setType(String) - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
setType(String) - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
setValidate(List<Sql.Validate>) - Method in class org.citrusframework.sql.yaml.Sql
 
setValue(String) - Method in class org.citrusframework.sql.xml.Sql.Validate.Script
 
setValue(String) - Method in class org.citrusframework.sql.xml.Sql.Validate
 
setValue(String) - Method in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
setValue(String) - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
setValues(List<String>) - Method in class org.citrusframework.sql.yaml.Sql.Validate
 
setValues(Sql.Validate.Values) - Method in class org.citrusframework.sql.xml.Sql.Validate
 
setVariable(String) - Method in class org.citrusframework.sql.xml.Sql.Extract
 
setVariable(String) - Method in class org.citrusframework.sql.yaml.Sql.Extract
 
sql() - Static method in class org.citrusframework.actions.ExecuteSQLAction.Builder
 
sql(DataSource) - Static method in class org.citrusframework.actions.ExecuteSQLAction.Builder
 
Sql - Class in org.citrusframework.sql.xml
 
Sql - Class in org.citrusframework.sql.yaml
 
Sql() - Constructor for class org.citrusframework.sql.xml.Sql
 
Sql() - Constructor for class org.citrusframework.sql.yaml.Sql
 
SQL_COMMENT - Static variable in class org.citrusframework.util.SqlUtils
Constant representing SQL comment
Sql.Extract - Class in org.citrusframework.sql.xml
 
Sql.Extract - Class in org.citrusframework.sql.yaml
 
Sql.Statement - Class in org.citrusframework.sql.yaml
 
Sql.Statements - Class in org.citrusframework.sql.xml
 
Sql.Transaction - Class in org.citrusframework.sql.xml
 
Sql.Transaction - Class in org.citrusframework.sql.yaml
 
Sql.Validate - Class in org.citrusframework.sql.xml
 
Sql.Validate - Class in org.citrusframework.sql.yaml
 
Sql.Validate.Script - Class in org.citrusframework.sql.xml
 
Sql.Validate.Script - Class in org.citrusframework.sql.yaml
 
Sql.Validate.Values - Class in org.citrusframework.sql.xml
 
SQLActionParser - Class in org.citrusframework.config.xml
Bean definition parser for sql action in test case.
SQLActionParser() - Constructor for class org.citrusframework.config.xml.SQLActionParser
 
SQLActionParser.ExecuteSQLActionFactoryBean - Class in org.citrusframework.config.xml
Test action factory bean.
SQLActionParser.ExecuteSQLQueryActionFactoryBean - Class in org.citrusframework.config.xml
Test action factory bean.
sqlResource(String) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Setter for external file resource containing the SQL statements to execute.
sqlResource(Resource) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Setter for external file resource containing the SQL statements to execute.
sqlResource(Resource) - Method in class org.citrusframework.actions.ExecutePLSQLAction.Builder
Setter for external file resource containing the SQL statements to execute.
sqlResource(Resource, Charset) - Method in class org.citrusframework.actions.ExecutePLSQLAction.Builder
Setter for external file resource containing the SQL statements to execute.
sqlResourcePath - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
sqlResourcePath - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
SQL file resource path
sqlScript(String) - Method in class org.citrusframework.actions.ExecutePLSQLAction.Builder
Setter for inline script.
SqlUtils - Class in org.citrusframework.util
 
SqlUtils.LastScriptLineDecorator - Interface in org.citrusframework.util
Line decorator decorates last script lines with custom logic.
statement(String) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Adds a new statement to the list of SQL executions.
Statement() - Constructor for class org.citrusframework.sql.yaml.Plsql.Statement
 
Statement() - Constructor for class org.citrusframework.sql.yaml.Sql.Statement
 
statements - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
statements - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction
List of SQL statements
statements(List<String>) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
List of statements to execute.
Statements() - Constructor for class org.citrusframework.sql.xml.Plsql.Statements
 
Statements() - Constructor for class org.citrusframework.sql.xml.Sql.Statements
 
STMT_ENDING - Static variable in class org.citrusframework.util.SqlUtils
Default sql statement ending

T

timeout - Variable in class org.citrusframework.sql.xml.Plsql.Transaction
 
timeout - Variable in class org.citrusframework.sql.xml.Sql.Transaction
 
timeout - Variable in class org.citrusframework.sql.yaml.Plsql.Transaction
 
timeout - Variable in class org.citrusframework.sql.yaml.Sql.Transaction
 
Transaction() - Constructor for class org.citrusframework.sql.xml.Plsql.Transaction
 
Transaction() - Constructor for class org.citrusframework.sql.xml.Sql.Transaction
 
Transaction() - Constructor for class org.citrusframework.sql.yaml.Plsql.Transaction
 
Transaction() - Constructor for class org.citrusframework.sql.yaml.Sql.Transaction
 
transactionIsolationLevel - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
transactionIsolationLevel(String) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Sets the transaction isolation level to use.
transactionManager - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
transactionManager(PlatformTransactionManager) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Sets the transaction manager to use.
transactionTimeout - Variable in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
 
transactionTimeout(int) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Sets the transaction timeout to use.
transactionTimeout(String) - Method in class org.citrusframework.actions.AbstractDatabaseConnectingTestAction.Builder
Sets the transaction timeout to use.
type - Variable in class org.citrusframework.sql.xml.Sql.Validate.Script
 
type - Variable in class org.citrusframework.sql.yaml.Sql.Validate.Script
 

V

validate - Variable in class org.citrusframework.sql.yaml.Sql
 
validate(String, String...) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Set expected control result set.
Validate() - Constructor for class org.citrusframework.sql.xml.Sql.Validate
 
Validate() - Constructor for class org.citrusframework.sql.yaml.Sql.Validate
 
validates - Variable in class org.citrusframework.sql.xml.Sql
 
validateScript(String, String) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Validate SQL result set via validation script, for instance Groovy.
validateScript(Resource, String) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Validate SQL result set via validation script, for instance Groovy.
validateScript(Resource, String, Charset) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Validate SQL result set via validation script, for instance Groovy.
validateScriptResource(String, String, Charset) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Validate SQL result set via validation script resource.
validateSingleValue(String, String, String, TestContext) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
 
validateSqlStatement(String) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction
Does some simple validation on the SQL statement.
validator(SqlResultSetScriptValidator) - Method in class org.citrusframework.actions.ExecuteSQLQueryAction.Builder
Sets an explicit validator implementation for this action.
value - Variable in class org.citrusframework.sql.xml.Sql.Validate.Script
 
value - Variable in class org.citrusframework.sql.xml.Sql.Validate
 
value - Variable in class org.citrusframework.sql.yaml.Sql.Validate.Script
 
value - Variable in class org.citrusframework.sql.yaml.Sql.Validate
 
values - Variable in class org.citrusframework.sql.xml.Sql.Validate
 
values - Variable in class org.citrusframework.sql.xml.Sql.Validate.Values
 
values - Variable in class org.citrusframework.sql.yaml.Sql.Validate
 
Values() - Constructor for class org.citrusframework.sql.xml.Sql.Validate.Values
 
variable - Variable in class org.citrusframework.sql.xml.Sql.Extract
 
variable - Variable in class org.citrusframework.sql.yaml.Sql.Extract
 
A B C D E F G I J M O P Q S T V 
All Classes and Interfaces|All Packages|Constant Field Values