예제 #1
0
        public void CanConvertToTest()
        {
            ColoringSchemeTypeConverter target  = new ColoringSchemeTypeConverter(); // 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.");
        }
예제 #2
0
        public void ColoringSchemeTypeConverterConstructorTest()
        {
            ColoringSchemeTypeConverter target = new ColoringSchemeTypeConverter();

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