Exemplo n.º 1
0
        public void LineCreation()
        {
            String filePath = @"..\..\..\Scripts\Geometry\line_creation.ds";

            GeometryTestFrame.RunAndCompare(filePath);
        }
Exemplo n.º 2
0
        public void PointArrayCreation()
        {
            String filePath = @"..\..\..\Scripts\Geometry\point_creation_array.ds";

            GeometryTestFrame.RunAndCompare(filePath);
        }