My problem is, that i can only specify one Expected
DBCommand with a DBConnection
it would be necessary to set a list of DBCommands
that are returned in one after another for each
CreateCommand function call
(for example the function to test has "select max
(id)" sql and then "insert()" sql and i want to
simulate first command passes and second command
fails)