initial checkin.
[mono.git] / mcs / class / System.XML / Test / XmlTextWriterTests.cs
1 //
2 // System.Xml.XmlTextWriterTests
3 //
4 // Author:
5 //   Kral Ferch <kral_ferch@hotmail.com>
6 //
7 // (C) 2002 Kral Ferch
8 //
9
10 using System;
11
12 using NUnit.Framework;
13
14 namespace Ximian.Mono.Tests
15 {
16         public class XmlTextWriterTests : TestCase
17         {
18                 public XmlTextWriterTests () : base ("Ximian.Mono.Tests.XmlTextWriterTests testsuite") {}
19                 public XmlTextWriterTests (string name) : base (name) {}
20
21                 public void TestSomething ()
22                 {
23
24                 }
25         }
26 }