public void CanConvertToTest()
        {
            PointImageSchemeTypeConverter target  = new PointImageSchemeTypeConverter(); // TODO: Initialize to an appropriate value
            ITypeDescriptorContext        context = null;                                // TODO: Initialize to an appropriate value
            Type destinationType = null;                                                 // TODO: Initialize to an appropriate value
            bool expected        = false;                                                // TODO: Initialize to an appropriate value
            bool actual;

            actual = target.CanConvertTo(context, destinationType);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void PointImageSchemeTypeConverterConstructorTest()
        {
            PointImageSchemeTypeConverter target = new PointImageSchemeTypeConverter();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }