c# - How to Order Visual studio Unit test methods without Ordered Test? -
i have 5 unit test methods want order them.
how in vs2013?
kindly guide me.
i have tried ordered test need method names displayed in test explorer.
if unit tests need ordered you're doing wrong.
[testinitialize] , [testcleanup] methods ok, shouldn't chaining them, or linking unit tests in order. defeats purpose.
aim have small, encapsulated, independent tests stand on own.
edit:
method names displayed in test explorer
there no need. order them in testexplorer or name them prefix.
Comments
Post a Comment