Interesting... When I try to do this, VS2005 says

"------ Test started: Assembly: Common.dll ------

You can't execute a namespace as an ad-hoc test."

Any ideas? I made sure I had an extra blank line between the name space
and the [TestFixture] line.

using System;
using System.Collections.Generic;
using System.Text;
using System.Xml.Serialization;

using MbUnit.Framework;
using MbUnit.Core.Framework;

namespace Support.Common
{
>>>> Here is where I right-click and choose Run Tests(s)
    [TestFixture]
    public class Test_CommandLineParser
    {
        public Test_CommandLineParser()
        {
        }
        
        [Test]
        public void TestOne()
        {


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