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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -