![]() |
Qorus Integration Engine®
4.0.3.p2_git
|
abstract class representing an action in a test case More...
Public Member Methods | |
CheckDbTableRows (String dsname, String tablename, Map< String, Object > selectHash, Map< String, Object >[] expectedValues) throws Throwable | |
creates the object from the arguments supplied More... | |
Object | run (QorusInterfaceTest t) throws Throwable |
runs the test action: verifies the table content as provided in the constructor More... | |
String | getTable () throws Throwable |
returns the table to be inspected More... | |
HashMap< String, Object > | getSelectHash () throws Throwable |
HashMap< String, Object > [] | getData () throws Throwable |
returns the expected values More... | |
HashMap< String, Object > [] | getRowData () throws Throwable |
returns the rows actually selected in the last execution of the action | |
Additional Inherited Members | |
![]() | |
Action (QoreObject obj) | |
protected constructor to create the wrapper object | |
abstract class representing an action in a test case
|
inline |
creates the object from the arguments supplied
dsname | name of the datasource |
tablename | table name |
selectHash | a select hash specifying the rows added by the current interface and any other relevant parameters (orderby, etc) |
expectedValues | list of hashes of expected values that should be in selected rows |
|
inline |
returns the expected values
|
inline |
|
inline |
returns the table to be inspected
|
inline |
runs the test action: verifies the table content as provided in the constructor
t | QorusInterfaceTest test object |
check for db content