| Package | Description |
|---|---|
| com.consol.citrus.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutePLSQLAction
Class executes PLSQL statements either declared inline as PLSQL statements or given by an
external file resource.
|
class |
ExecuteSQLAction
Test action execute SQL statements.
|
class |
ExecuteSQLQueryAction
Action executes SQL queries and offers result set validation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDatabaseConnectingTestAction |
AbstractDatabaseConnectingTestAction.setActor(TestActor actor)
Sets the actor.
|
AbstractDatabaseConnectingTestAction |
AbstractDatabaseConnectingTestAction.setDescription(String description)
Sets this test action's description.
|
AbstractDatabaseConnectingTestAction |
AbstractDatabaseConnectingTestAction.setName(String name)
Sets this test action's name.
|
AbstractDatabaseConnectingTestAction |
AbstractDatabaseConnectingTestAction.setSqlResourcePath(String sqlResource)
Setter for external file resource containing the SQL statements to execute.
|
AbstractDatabaseConnectingTestAction |
AbstractDatabaseConnectingTestAction.setStatements(List<String> statements)
List of statements to execute.
|
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.