Is it possible to specify automatic transaction scoping/rollback when using ABLUnit? For example, start a transaction and automatically perform an UNDO upon completion.
I know we could do this explicitly for each @Test method, but it's harder to do for the information inside the SetUp/TearDown methods.
In theory you should be able to scope the transaction to the test object. However, I would be careful to watch your BI, locks and AI.