It should work the same as the mstest version. Sounds like a bug.

On 4 Mar 2012, at 00:25, Pabich Pawel <[email protected]> wrote:

> 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/-/Yqc3k9UrSkMJ.
> 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.

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

Reply via email to