mardi 24 février 2015

Is it possible to tell a Testclass that it shall be ran last?

I've written multiple classes inside a unit test project (visual studio unit test project) and it works fine except for one class. Due to how I get the connectionstring for my database access (I'm getting it in a way so that it will only be defined once at program start and not gotten again) the testclass which includes the routines for this hampers all other unit tests classes in their functionality if it is run before them.


Thus my question here is: Is it possible to tell a test class to be run last?


Aucun commentaire:

Enregistrer un commentaire