Returns the database operations executed in test setup. First operation will be
executed dbOperation[0], then dbOperation[1]...
Override this method of you want to change database operations before the start test.
Returns the database operation executed in test cleanup.
First operation will be executed dbOperation[0], then dbOperation[1]...
Override this method of you want to change database operations after the test execution.