D
danielb
Guest
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.
Continue reading...
Continue reading...