Is there a way to run unit tests sequentially with MSTests?

前端 未结 6 1407
走了就别回头了
走了就别回头了 2020-12-09 07:51

I am working in an application that is mostly single-thread, single user. There are a few worker threads here and there, and they are only using thread safe objects and clas

6条回答
  •  轮回少年
    2020-12-09 08:17

    you can Use Playlist

    right click on the test method -> Add to playlist -> New playlist

    you can then specify the execution order enter image description here

提交回复
热议问题