lundi 26 décembre 2016

How i can order nunit TestFixtures

I have two integration tests

[TestFixture]
public class SimpleTests
{
  ...
}

[TestFixture]
public class HighLoadTests
{
  ...
}

And i use Throtle in my API. If HighLoadTests run previously then all SimpleTests is red. Is there anyway to allways run HighLoadTests last?

Aucun commentaire:

Enregistrer un commentaire