Returns the database operations executed in test setup. First operation will be
executed dbOperation[0], then dbOperation[1]...
throws: Exception - dbOperation parameter
Returns the database operation executed in test cleanup.
First operation will be executed dbOperation[0], then dbOperation[1]...
throws: Exception - dbOperation parameter