There are a couple ways to do that:
1. Make a self-executable test assembly. See here:
http://www.mertner.com/confluence/display/MbUnit/TestExecutionUsingSelfExecutableTestAssemblies.

2. Run the MbUnit GUI. Unfortunately VS.NET doesn't really detect that
but you can set up on the Debug tab of your project properties to start
the MbUnit GUI, passing in the path to you test EXE or DLL as the
command-line argument.

Personally I like to set up test projects to be self-executing EXE's,
because you can still load these in the GUI (or with TestDriven.NET).

- Marc


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

Reply via email to