verifyNumberCreatedIndexedRecords(String recordName, int expected) Verifies that expected number of indexed records
with the specified name have been created.
verifyNumberCreatedMappedRecords(String recordName, int expected) Verifies that expected number of mapped records
with the specified name have been created.
Verifies that the connection is closed.
throws: VerifyFailedException - if verification fails
verifyInteractionClosed
public void verifyInteractionClosed(int index)(Code)
Verifies that the specified interaction is closed.
Parameters: index - the index of the Interaction throws: VerifyFailedException - if verification fails
verifyLocalTransactionCommitted
public void verifyLocalTransactionCommitted()(Code)
Verifies that the current local transaction was committed.
throws: VerifyFailedException - if verification fails
verifyLocalTransactionNotCommitted
public void verifyLocalTransactionNotCommitted()(Code)
Verifies that the current local transaction was not committed.
throws: VerifyFailedException - if verification fails
verifyLocalTransactionNotRolledBack
public void verifyLocalTransactionNotRolledBack()(Code)
Verifies that the current local transaction was not rolled back.
throws: VerifyFailedException - if verification fails
verifyLocalTransactionRolledBack
public void verifyLocalTransactionRolledBack()(Code)
Verifies that the current local transaction was rolled back.
throws: VerifyFailedException - if verification fails
verifyNumberCreatedIndexedRecords
public void verifyNumberCreatedIndexedRecords(int expected)(Code)
Verifies that expected number of indexed records
have been created.
Parameters: expected - the expected number of indexed records throws: VerifyFailedException - if verification fails
verifyNumberCreatedIndexedRecords
public void verifyNumberCreatedIndexedRecords(String recordName, int expected)(Code)
Verifies that expected number of indexed records
with the specified name have been created.
Parameters: recordName - the name of the record Parameters: expected - the expected number of indexed records throws: VerifyFailedException - if verification fails
verifyNumberCreatedMappedRecords
public void verifyNumberCreatedMappedRecords(int expected)(Code)
Verifies that expected number of mapped records
have been created.
Parameters: expected - the expected number of mapped records throws: VerifyFailedException - if verification fails
verifyNumberCreatedMappedRecords
public void verifyNumberCreatedMappedRecords(String recordName, int expected)(Code)
Verifies that expected number of mapped records
with the specified name have been created.
Parameters: recordName - the name of the record Parameters: expected - the expected number of mapped records throws: VerifyFailedException - if verification fails