What is the order of execution in NUnit?

后端 未结 6 536
滥情空心
滥情空心 2021-02-05 19:09

I have been doing some research on test driven development and find it pretty cool.

One of the things I came across was that when you write your tests, there is an orde

6条回答
  •  情话喂你
    2021-02-05 19:55

    Check out the NUnit documentation.

    The menu down the right hand side under "Attributes" describes [Setup], [Test] and other attributes you can use when developing your tests.

提交回复
热议问题