2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Web.Services / Test / System.Web.Services / WebMethodAttributeTest.cs
index ad9dddad912430f6471ce1109f5a2225b637b472..0023bbf64f17de8bca59884b3e3725a84d3d2477 100644 (file)
@@ -3,8 +3,10 @@
 //
 // Author:
 //   Tim Coleman (tim@timcoleman.com)
+//   Dave Bettin (dave@opendotnet.com)
 //
 // Copyright (C) Tim Coleman, 2002
+// Copyright (C) Dave Bettin, 2003
 //
 
 using NUnit.Framework;
@@ -14,30 +16,10 @@ using System.EnterpriseServices;
 
 namespace MonoTests.System.Web.Services {
 
-       public class WebMethodAttributeTest : TestCase {
-
-               public WebMethodAttributeTest () :
-                       base ("[MonoTests.System.Web.Services.WebMethodAttributeTest]") 
-               {
-               }
-
-               public WebMethodAttributeTest (string name) :
-                       base (name) 
-               {
-               }
-
-               protected override void SetUp ()
-               {
-               }
-
-               protected override void TearDown ()
-               {
-               }
-
-               public static ITest Suite {
-                       get { return new TestSuite (typeof (WebMethodAttributeTest)); }
-               }
+       [TestFixture]
+       public class WebMethodAttributeTest : Assertion {
 
+               [Test]
                public void TestConstructors ()
                {
                        WebMethodAttribute attribute;