Bemby-Software / Nytte

A library of utilities helpful for projects.
0 stars 1 forks source link

Add Sql Server Test Start Setup #14

Open mumby0168 opened 3 years ago

mumby0168 commented 3 years ago

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.