using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Annulus.UnitTests { public class SimplePolygonTests : UnitTestSharp.TestFixture { // Note: we aren't testing anything that is already tested in the Utilities tests } }