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

       [Test]
       public void TestOne()
 
Also do you need your constructor?
 
Andy

 
On 5/18/06, Rob Cecil <[EMAIL PROTECTED]> wrote:

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