Example #1
0
        public void initTest()
        {
            frmExport_Accessor target = new frmExport_Accessor(); // TODO: Initialize to an appropriate value

            target.init();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #2
0
        public void DisposeTest()
        {
            frmExport_Accessor target = new frmExport_Accessor(); // TODO: Initialize to an appropriate value
            bool disposing            = false;                    // TODO: Initialize to an appropriate value

            target.Dispose(disposing);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #3
0
        public void Cancel_Button_ClickTest()
        {
            frmExport_Accessor target = new frmExport_Accessor(); // TODO: Initialize to an appropriate value
            object             sender = null;                     // TODO: Initialize to an appropriate value
            EventArgs          e      = null;                     // TODO: Initialize to an appropriate value

            target.Cancel_Button_Click(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #4
0
        public void cbClipToLayer_SelectedIndexChangedTest()
        {
            frmExport_Accessor target = new frmExport_Accessor(); // TODO: Initialize to an appropriate value
            object             sender = null;                     // TODO: Initialize to an appropriate value
            EventArgs          e      = null;                     // TODO: Initialize to an appropriate value

            target.cbClipToLayer_SelectedIndexChanged(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #5
0
        public void txtOutFileWidth_TextChangedTest()
        {
            frmExport_Accessor target = new frmExport_Accessor(); // TODO: Initialize to an appropriate value
            object             sender = null;                     // TODO: Initialize to an appropriate value
            EventArgs          e      = null;                     // TODO: Initialize to an appropriate value

            target.txtOutFileWidth_TextChanged(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #6
0
        public void checkAvailableMemoryTest()
        {
            frmExport_Accessor target = new frmExport_Accessor(); // TODO: Initialize to an appropriate value
            bool expected             = false;                    // TODO: Initialize to an appropriate value
            bool actual;

            actual = target.checkAvailableMemory();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Example #7
0
        public void workingHeightTest()
        {
            frmExport_Accessor target = new frmExport_Accessor(); // TODO: Initialize to an appropriate value
            long expected             = 0;                        // TODO: Initialize to an appropriate value
            long actual;

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