Example #1
0
        public void workingWidthTest()
        {
            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.workingWidth();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }