What do you mean by "not able to see the dependencies"? What are you expecting to see?
The DependsOn attribute just indicates that a test (or a group of tests) depends on another. Basically, the dependent tests run first and if they fail, the "parent" tests are simply skipped. Regards, Yann. 2011/6/15 Mahesh <[email protected]> > Hi, > > I am using [DependsOn (typeof(class name))] after test fixture and my > tests are on [RowTest] attribute. I added to MBunit GUI but i am not > able to see the "Dependencies". > > Can any body suggest me how to do it? > > > -- > Thanks, > Mahesh > > -- > 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. > > -- 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.
