I'm interested in using MbUnit.cons to pass parameters into my unit test DLLs. The documentation seems to imply that you can do so. For example, on this page: http://www.mertner.com/confluence/display/MbUnit/ConsoleLikeFixture
it implies that in order to make your DLL run in the console is to add a static Main method. And it looks like you could then pass in args. However I have not been able to figure out how to pass args in from the command line. And when debugging my DLL it appears to start with the constructor method instead of the Main method. What do I need to do to pass args into a DLL, in either GUI or console mode? Thank you! Trevor
