Assembly dependencies in MbUnit
Assembly dependencies in MbUnit
Submitted by pelikhan on Thu, 30/09/2004 - 00:24.Following the idea of Fixture dependency, I have added Assembly dependencies as well: execute tests from child assembly only if parents were successful.
Similarly, we use the AssemblyDependsOnAttribute to specify the parent assemblies:
[assembly: MbUnit.Core.Framework.AssemblyDependsOn("AnotherAssembly")]
