public void LegendMouseUpTest()
        {
            Plugins_IBasePlugin target = new Plugins_IBasePlugin();                                 // TODO: Initialize to an appropriate value
            int Handle = 0;                                                                         // TODO: Initialize to an appropriate value
            int Button = 0;                                                                         // TODO: Initialize to an appropriate value

            MapWindow.Interfaces.ClickLocation Location = new MapWindow.Interfaces.ClickLocation(); // TODO: Initialize to an appropriate value
            bool expected = false;                                                                  // TODO: Initialize to an appropriate value
            bool actual;

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