// // System.Xml.XmlTextWriterTests // // Author: // Kral Ferch // // (C) 2002 Kral Ferch // using System; using NUnit.Framework; namespace Ximian.Mono.Tests { public class XmlTextWriterTests : TestCase { public XmlTextWriterTests () : base ("Ximian.Mono.Tests.XmlTextWriterTests testsuite") {} public XmlTextWriterTests (string name) : base (name) {} public void TestSomething () { } } }