gdosreis / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Minimized version with just attribute classes #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

If its possible, we need minimal version of mbunit to compile test project
without QuickGraph, Foo etc. refenced dlls. 

While using NUnit you just need to NUnit.Framework.dll and we are store it
on subversion, but with mbunit it's hard to manage novice team members to
locate these dlls.

Our team members just writes test methods and runs tests with GUI interface
or build server.

Original issue reported on code.google.com by ertan.t...@gmail.com on 16 Feb 2008 at 12:57

GoogleCodeExporter commented 9 years ago
As long as your test does not reference anything inside QuickGraph or TestFu, 
there
is no reason those assemblies need to be referenced.  Indeed, most test authors
should be able to blissfully ignore their exitence.

However, the assemblies do need to exist and Visual Studio does need to be able 
to
find them.  That really shouldn't be a problem if you just ensure they're all 
checked
into the same SVN folder.

These dependencies are required because MbUnit's extensibility model is quite
different from NUnit's in ways that make it easier to extend and ultimately more
powerful.

Original comment by jeff.br...@gmail.com on 27 Feb 2008 at 11:35