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

Reply via email to