[ProcessTestFixture]
        public class TestWebService
        {

                [TestSequence(3)]
                public void LogonPassTest()
                {
                         //blah
                }

                [Test]
                [TestSequence(2)]
                [ExpectedException(typeof(SoapException))]
                public void LogonFailTest()
                {
                         //blah         }

                [Test]
                [TestSequence(1)]
                public void GetConfigurationsTest()
                {
                         //blah
                }
}

In the above code only LogonPassTest shows up in the GUITestRunner.
Disassembly of the compiled code shows that the attributes are tagged
properly on the methods.
Is this a known bug?


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