TestSequence did not work for my RowTest test cases also. Here is what I found in the documentation:
"TestSequenceAttribute allows you to indicate the order in which tests will be executed within a test class decorated with the ProcessTestFixture attribute. Note that TestSequenceAttribute will not work on classes decorated with any other test fixture attribute." at this link: http://www.mertner.com/confluence/display/MbUnit/TestSequenceAttribute Ashish Agrawal wrote: > I have a test that should be followed in a sequce. Couple of test cases > in that sequce are RowTest test cases. What I see in MBUnit Gui that > those RowTest test cases always comes at the end of test cases (after > all test with <Test> attributes). All my applied <TestSequence() > attributes are ignored. > > Why is that so? is it a bug? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
