jeudi 4 août 2016

Does MSTest support ordered test for native unit test project

Currently I need do unit test for a native project (c++), and there are shared resources between the different test methods (I know it is not good practice, but it is already in the legacy code), so the test methods should be ensured to run in specified order and run one by one, is there any way to achieve this?

It seems the ordered test only support managed unit test, but do not support native unit test.

Aucun commentaire:

Enregistrer un commentaire