It also works at the assembly level. There's no real reason why it sould not work at the test level.
MbUnit builds a graph of fixture, then does a topological sort over them to reorder them. On 4/4/07, Ben Hall <[EMAIL PROTECTED]> wrote: > > > Thanks cool Vadim, > > Could this be extended to be on a test level as well? So if TestA > fails within the TestFixture, don't run TestB and TestC but do run > instead TestXYZ. > > Could it be extended so DependsOn runs another test, so a > DependsOnFailing attribute? > > Very nice feature :) > > > > > On 04/04/07, Andrew Stopford <[EMAIL PROTECTED]> wrote: > > Thanks for writing that up Vadim :) > > > > Andy > > > > On 4/3/07, Vadim <[EMAIL PROTECTED]> wrote: > > > > > > What a coincidence. Someone at work today asked me the same > > > questions. I end up writing a blog about it. You can find it here. > > > > > > > > http://vadim-net.blogspot.com/2007/04/fixture-order-with-mbunit.html > > > > > > Hope it helps. > > > > > > Vadim > > > > > > On Apr 3, 5:02 pm, "Jonathan de Halleux" > > > <[EMAIL PROTECTED]> wrote: > > > > On 4/3/07, bharathiraja <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > hi, > > > > > i have many classes in my testsolution. i want to run some class > first > > > > > then only i want to execute other class test cases, how it can be > done > > in > > > > > mbunit.pls help.... > > > > > > > > > thanks in advance > > > > > -- > > > > > View this message in context: > > > > > > > http://www.nabble.com/mbunit-Controlling-the-execution-of-threads-tf3... > > > > > Sent from the mbunit - users mailing list archive at Nabble.com. > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > > > > This posting is provided "AS IS" with no warranties, and confers no > > rights. > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- This posting is provided "AS IS" with no warranties, and confers no rights. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
