public void InitClassTest()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor();             // TODO: Initialize to an appropriate value

            target.InitClass();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void FormSettingsCDConstructorTest()
        {
            SerializationInfo       info    = null;                   // TODO: Initialize to an appropriate value
            StreamingContext        context = new StreamingContext(); // TODO: Initialize to an appropriate value
            FormSettingsCD_Accessor target  = new FormSettingsCD_Accessor(info, context);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
        public void InitVarsTest1()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor(); // TODO: Initialize to an appropriate value
            bool initTable = false;                                         // TODO: Initialize to an appropriate value

            target.InitVars(initTable);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void ReadXmlSerializableTest()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor(); // TODO: Initialize to an appropriate value
            XmlReader reader = null;                                        // TODO: Initialize to an appropriate value

            target.ReadXmlSerializable(reader);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void wcf_ClientGetFormSettingsCompletedTest()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor(); // TODO: Initialize to an appropriate value
            IAsyncResult            ar     = null;                          // TODO: Initialize to an appropriate value

            target.wcf_ClientGetFormSettingsCompleted(ar);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void asmx_ClientGetFormSettingsCompletedTest()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor(); // TODO: Initialize to an appropriate value
            object sender = null;                                           // TODO: Initialize to an appropriate value
            GetFormSettingsCompletedEventArgs e = null;                     // TODO: Initialize to an appropriate value

            target.asmx_ClientGetFormSettingsCompleted(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void SchemaChangedTest()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor(); // TODO: Initialize to an appropriate value
            object sender = null;                                           // TODO: Initialize to an appropriate value
            CollectionChangeEventArgs e = null;                             // TODO: Initialize to an appropriate value

            target.SchemaChanged(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void GetSchemaSerializableTest()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor(); // TODO: Initialize to an appropriate value
            XmlSchema expected             = null;                          // TODO: Initialize to an appropriate value
            XmlSchema actual;

            actual = target.GetSchemaSerializable();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void ShouldSerializeFormSettingsTest()
        {
            FormSettingsCD_Accessor target = new FormSettingsCD_Accessor(); // TODO: Initialize to an appropriate value
            bool expected = false;                                          // TODO: Initialize to an appropriate value
            bool actual;

            actual = target.ShouldSerializeFormSettings();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }