This should be a base class that uses NUnit and implements it's test start and test end methods.
This should allow for a database to be created using a set of sql files stored in a location. The connection string can be given to the library the db must be dropped and re-created upon startup.
On teardown the db must be left running and any resource used disposed of.
This class should provide access to a SqlConnection via a static method.
This should be a base class that uses NUnit and implements it's test start and test end methods.
This should allow for a database to be created using a set of sql files stored in a location. The connection string can be given to the library the db must be dropped and re-created upon startup.
On teardown the db must be left running and any resource used disposed of.
This class should provide access to a SqlConnection via a static method.