Esempio n. 1
0
        public void widthTest()
        {
            PrivateObject param0 = null;                                                    // TODO: Initialize to an appropriate value
            HorizontalScrollBar_Accessor target = new HorizontalScrollBar_Accessor(param0); // TODO: Initialize to an appropriate value
            float expected = 0F;                                                            // TODO: Initialize to an appropriate value
            float actual;

            target.width = expected;
            actual       = target.width;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 2
0
 public void _widthTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     HorizontalScrollBar_Accessor target = new HorizontalScrollBar_Accessor(param0); // TODO: Initialize to an appropriate value
     float expected = 0F; // TODO: Initialize to an appropriate value
     float actual;
     target._width = expected;
     actual = target._width;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }