public void SpiralDistortionTest()
        {
            Random r = null;        // TODO: Initialize to an appropriate value

            double xCenter = 0;     // TODO: Initialize to an appropriate value

            double yCenter = 0;     // TODO: Initialize to an appropriate value

            double size = 0;        // TODO: Initialize to an appropriate value

            double maxWindings = 0; // TODO: Initialize to an appropriate value

            SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_DistortedOutlineShape_DistortionAccessor expected = null;
            SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_DistortedOutlineShape_DistortionAccessor actual;

            actual = SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_DistortedOutlineShapeAccessor.SpiralDistortion(r, xCenter, yCenter, size, maxWindings);

            Assert.AreEqual(expected, actual, "SWA.Ariadne.Outlines.DistortedOutlineShape.SpiralDistortion did not return the ex" +
                            "pected value.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void ItemTest()
        {
            int xSize = 0;                                                                                              // TODO: Initialize to an appropriate value

            int ySize = 0;                                                                                              // TODO: Initialize to an appropriate value

            SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_SmoothOutlineShapeAccessor baseShape = null;                // TODO: Initialize to an appropriate value

            SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_DistortedOutlineShape_DistortionAccessor distortion = null; // TODO: Initialize to an appropriate value

            OutlineShape target = SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_DistortedOutlineShapeAccessor.CreatePrivate(xSize, ySize, baseShape, distortion);

            bool val = false; // TODO: Assign to an appropriate value for the property

            SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_DistortedOutlineShapeAccessor accessor = new SWA.Ariadne.Outlines.Tests.SWA_Ariadne_Outlines_DistortedOutlineShapeAccessor(target);

            double x = 0; // TODO: Initialize to an appropriate value

            double y = 0; // TODO: Initialize to an appropriate value


            Assert.AreEqual(val, accessor[x, y], "SWA.Ariadne.Outlines.DistortedOutlineShape.this was not set correctly.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }