InterviewSolution
| 1. |
How Do I Do Unit Test Under Nhibernate.burrow? |
|
Answer» follows. [SETUP] Or you can USE NHibernate.Burrow.TestUtil.TestBase as your NUnit unit test base class and override TearDowan() and SetUp() method to add your own TearDown and SetUp logic. follows. [SetUp] Or you can use NHibernate.Burrow.TestUtil.TestBase as your NUnit unit test base class and override TearDowan() and SetUp() method to add your own TearDown and SetUp logic. |
|