Hi Alex, It's not a feature I have used my self but I'll try and help work through it with you. Can you send me some sample code and details of your system, what .net version your running your code on, what runner your using (GUI, console, td.net) etc. That will help me repro the issue here and sort out a fix if need be.
Andy On 12/19/06, Alex Bronepolsky <[EMAIL PROTECTED]> wrote: > > Thanks , I hope someone in this group uses it and will help me > > On 12/19/06, Jonathan de Halleux <[EMAIL PROTECTED] > wrote: > > > > 3 years ago yes. I am not allowed to look at mbunit code anymore, > > thanks. > > > > On 12/18/06, Alex Bronepolsky <[EMAIL PROTECTED] > wrote: > > > > > > That's how I supposed it works - but it doesn't. > > > The dependency on the fixture level work - but I prefer to make it at > > > assembly level - since I want to have a sanity fixture that will work > > > before all other fixtures - and I do not want to update all fixtures for > > > that. > > > > > > Did try to use it? > > > > > > > > > Thanks,Alex > > > > > > On 12/19/06, Jonathan de Halleux <[EMAIL PROTECTED] > > > > wrote: > > > > > > > > MbUnit will create dependency graph of assembly, then get a > > > > topological sort on them. > > > > > > > > Let's assume B depends on A, then if a test fails in A, the tests > > > > for B won't be run. At least, that's how it should work. You can also > > > > specify dependencies at the 'fixture' level. > > > > > > > > > > > > On 12/18/06, Alex Bronepolsky <[EMAIL PROTECTED] > wrote: > > > > > > > > > > Hi I'm trying to use AssemblyDependsOn attribute , but > > > > > unfortunately without success. > > > > > My both assemblies pass compilation but in the run time nothing > > > > > happens. > > > > > > > > > > Did anyone have an experience in using of it? > > > > > > > > > > Thanks,Alex > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
