Added Microsoft.CSharp tests
[mono.git] / mcs / class / System / Test / AllTests.cs
index d8f0a1529b81f07cf545585dff0d7a905e7d27ae..7f9965286d39715f83c33a87e48462d6f0d32e97 100644 (file)
@@ -1,35 +1,35 @@
-// Ximian.Mono.Tests.AllTests, System.dll
-//
-// Author:
-//   Mario Martinez (mariom925@home.com)
-//
-// (C) Ximian, Inc.  http://www.ximian.com
-//
-
-using NUnit.Framework;
-namespace Ximian.Mono.Tests {
- /// <summary>
- ///   Combines all unit tests for the System.dll assembly
- ///   into one test suite.
- /// </summary>
- public class AllTests : TestCase {
-  public AllTests(string name) : base(name) {}
-
-  public static ITest Suite
-
-
-   get
-   {
-    TestSuite suite =  new TestSuite();
-    suite.AddTest(DnsTest.Suite);
-    suite.AddTest(IPHostEntryTest.Suite);
-
-suite.AddTest(Testsuite.System.Collections.Specialized.NameValueCollectionTe
-st.Suite);
-    suite.AddTest(new
-TestSuite(typeof(System.Collections.Specialized.StringCollectionTest)));
-    return suite;
-   }
-  }
- }
-}
+// MonoTests.AllTests, System.dll\r
+//\r
+// Author:\r
+//   Mario Martinez (mariom925@home.com)\r
+//\r
+// (C) Ximian, Inc.  http://www.ximian.com\r
+//\r
+\r
+using NUnit.Framework;\r
+namespace MonoTests\r
+{\r
+       /// <summary>\r
+       ///   Combines all unit tests for the System.dll assembly\r
+       ///   into one test suite.\r
+       /// </summary>\r
+       public class AllTests : TestCase\r
+       {\r
+               public AllTests(string name) : base(name) {}\r
+\r
+               public static ITest Suite {\r
+                       get {\r
+                               TestSuite suite = new TestSuite();\r
+                               suite.AddTest (System.AllTests.Suite);\r
+                               suite.AddTest (System.Collections.Specialized.AllTests.Suite);\r
+                               suite.AddTest (System.ComponentModel.AllTests.Suite);\r
+                               suite.AddTest (Microsoft.CSharp.AllTests.Suite);\r
+                               suite.AddTest (System.Diagnostics.AllTests.Suite);\r
+                                suite.AddTest (System.Net.AllTests.Suite);\r
+                                suite.AddTest (System.Net.Sockets.AllTests.Suite);\r
+                               suite.AddTest (System.Text.RegularExpressions.AllTests.Suite);\r
+                               return suite;\r
+                       }\r
+               }\r
+       }\r
+}\r