divyang4481 / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Order and dependancies for Nunit Tests #865

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I'm using Gallio Icarus GUI to launch and run test for my application.(local 
right now, not shared with the dev team yet)
As some tests are related, I woulds like to order them but not alphabetically 
as Nunit does.
For instance, tests are :
1/ Login
2/ View profile
3/ Edit profile

2/3 shouldn't be run if 1 fails.
And tests should be run in this order.

What version of the product are you using? On what operating system?
I've just downloaded the latest version which is 3.3.1. I'm using Windows 7 pro.

Please provide any additional information below.

Original issue reported on code.google.com by hzaro...@smartadserver.com on 17 Oct 2011 at 3:23