Hi,

If I navigate to TestMethod1 and press Ctrl R + T mstest executes only 
TestMethod1 test whereas MbUnit executes both tests.
Is there a way to change this behaviour and make it follow what mstest does 
?

namespace MbUnitTestProject
{
    //[TestClass]
    [TestFixture]
    public class UnitTest1
    {
        //[TestMethod]
        [Test]
        public void TestMethod1()
        {
        }

        //[TestMethod]
        [Test]
        public void TestMethod2()
        {
        }
    }
}

Thanks

Pawel

-- 
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/mbunituser/-/oVkqdETWC5IJ.
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.

Reply via email to