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

            target.FindHistogramMaxPerBin();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void InitializeComponentTest()
        {
            RangeBar_Accessor target = new RangeBar_Accessor(); // TODO: Initialize to an appropriate value

            target.InitializeComponent();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void DisposeTest()
        {
            RangeBar_Accessor target = new RangeBar_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.");
        }
        public void OnMouseDownTest()
        {
            RangeBar_Accessor target = new RangeBar_Accessor(); // TODO: Initialize to an appropriate value
            MouseEventArgs    e      = null;                    // TODO: Initialize to an appropriate value

            target.OnMouseDown(e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void RenderTest()
        {
            RangeBar_Accessor target = new RangeBar_Accessor(); // TODO: Initialize to an appropriate value
            Graphics          g      = null;                    // TODO: Initialize to an appropriate value

            target.Render(g);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void RangeBar_PaintTest()
        {
            RangeBar_Accessor target = new RangeBar_Accessor(); // TODO: Initialize to an appropriate value
            object            sender = null;                    // TODO: Initialize to an appropriate value
            PaintEventArgs    e      = null;                    // TODO: Initialize to an appropriate value

            target.RangeBar_Paint(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void HandleBelowTest()
        {
            RangeBar_Accessor target = new RangeBar_Accessor(); // TODO: Initialize to an appropriate value
            int X        = 0;                                   // TODO: Initialize to an appropriate value
            int expected = 0;                                   // TODO: Initialize to an appropriate value
            int actual;

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