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 > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
