0
votes
3answers
75 views
DbUnit how to guard against multiple tests running at the same time?
I am working on a test environment for a project, and am looking into using DbUnit.NET to do a lot of the database interaction testing. I do have one very big question though:
We …
2
votes
2answers
1k views
Can I flush my NHibernate session and get a new session without committing the transaction?
I'm using Castle ActiveRecord for persistence, and I'm trying to write a base class for my persistence tests which will do the following:
Open a transaction for each test case an …
4
votes
6answers
243 views
Database integration tests
When you are doing integration tests with either just your data access layer or the majority of the application stack. What is the best way prevent multiple tests from clashing wit …
