What if on the first test start, we create an initial DB in memory and copy (restore) it to the testdb before the each test? That can eliminate the complex logic required by reset and speed up unit-test execution.
Cheers, Andrej
What if on the first test start, we create an initial DB in memory and copy (restore) it to the testdb before the each test? That can eliminate the complex logic required by reset and speed up unit-test execution.
Cheers, Andrej