Property | Type | Description | |
---|---|---|---|
$ScriptDirectory | |||
$connection | |||
$sqlmap |
Method | Description | |
---|---|---|
AssertOrder1AsHashArray ( $order ) | ||
__construct ( ) | ||
__destruct ( ) | ||
assertAccount1AsHashArray ( $account ) | ||
getConnection ( ) | ||
hasSupportFor ( $feature ) | ||
testCase1 ( ) | ||
testCase2 ( ) |
Method | Description | |
---|---|---|
NewAccount6 ( ) | Create a new account with id = 6 | |
assertAccount1 ( Account $account ) | Verify that the input account is equal to the account(id=1). | |
assertAccount6 ( Account $account ) | Verify that the input account is equal to the account(id=6). | |
assertOrder1 ( Order $order ) | Verify that the input order is equal to the order(id=1). | |
initScript ( $script ) | Run a sql batch for the datasource. | |
initSqlMap ( ) | Initialize an sqlMap |
protected assertAccount1 ( Account $account ) | ||
$account | Account |
protected assertAccount6 ( Account $account ) | ||
$account | Account |
protected assertOrder1 ( Order $order ) | ||
$order | Order |