public void TestCircle() { Circle2D c1 = new Circle2D(1); double area = c1.GetArea(); Assert.AreEqual(Math.PI, area); }