public void MapMouseDownTest()
        {
            Plugins_IBasePlugin target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            int  Button   = 0;                                      // TODO: Initialize to an appropriate value
            int  Shift    = 0;                                      // TODO: Initialize to an appropriate value
            int  x        = 0;                                      // TODO: Initialize to an appropriate value
            int  y        = 0;                                      // TODO: Initialize to an appropriate value
            bool expected = false;                                  // TODO: Initialize to an appropriate value
            bool actual;

            actual = target.MapMouseDown(Button, Shift, x, y);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }