Unfortunately there's no extension point in Visual Studio to add things to the "Create Test" wizard so it does get confusing. I've bugged the VSTT team about this before but it's still not on the roadmap, afaik.
Anyways, glad you've got it all figured out! You might consider using TestDriven.Net to run your tests after you've built up a collection of them. I find it more efficient than using VSTT anyways. :) Jeff. On Thu, Mar 4, 2010 at 8:19 PM, tqwhite <[email protected]> wrote: > Thanks for the link and the prompt attention. > > In case anyone else can benefit, here's what happened. > > For all of my flogging around, I was trying to put mbUnit in the same > project I was testing, or in the same solution using "Create Test". > The page pointed at by your link had so much stuff, that I decided to > create an entirely new project. Visual Studio presented me with a > previously unnoticed option to create an mbUnit Project. I used it, > got the references organized, and made a test that worked. > > I had thought that Create Test might work because, when I created my > previous test project, it asked me what testing framework I wanted and > offered VSTS and mbUnit (which I had just installed). Turns out that > was just for show. It never had any positive affect. > > Bottom line, 1) create an mbUnit Project for testing. 2) make sure it > references gallio, mbUnit and the project that is the test target. > Start testing. > > Jeff, thanks again for your help. > > tqii > > > > On Mar 4, 1:22 pm, Jeff Brown <[email protected]> wrote: > > Here are a few more things to check: > http://blog.bits-in-motion.com/2009/04/how-to-enable-or-disable-visua... > > > > Jeff. > > > > > > > > On Thu, Mar 4, 2010 at 8:26 AM, tqwhite <[email protected]> wrote: > > > BACKGROUND > > > > > I am at the beginning of a new project using .NET MVC. I have gotten > > > it doing Hello World in all important dimensions, IIS, MSSQL, AJAX but > > > this is my first project using any Windows technology so I am in a > > > constant struggle. > > > > > I installed Gallio/mbUnit yesterday. I have added the resources > > > mbunit.dll and gallio.dll (I didn't look to make sure of the spelling > > > but they are there). I found a little tutorial ( > http://weblogs.asp.net/ > > > astopford/archive/2008/07/03/mbunit-v3-in-visual-studio-team- > > > system-2008.aspx< > http://weblogs.asp.net/%0Aastopford/archive/2008/07/03/mbunit-v3-in-v...>) > > > suggesting how to do the first test. > > > > > THE PROBLEM > > > > > It includes the phrase, "Recompile and the test should now show in the > > > Test View window." It does not. > > > > > WHAT I HAVE ALREADY TRIED > > > > > I have tried a million things, including using VSTS to create a test > > > project in which I created the demo class, with MbUnit.Framework > > > referenced. Nothing makes my mbUnit class connect to the Test View > > > window. I can't figure out how to make it run. > > > > > Please help. I will send candy. > > > > > thanks, > > > tqii > > > > > -- > > > 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]<mbunituser%[email protected]> > <mbunituser%2bunsubscr...@googlegrou ps.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/mbunituser?hl=en. > > -- > 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]<mbunituser%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/mbunituser?hl=en. > > -- 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.
