public void MapMouseMoveTest()
        {
            Plugins_IBasePlugin target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            int  ScreenX  = 0;                                      // TODO: Initialize to an appropriate value
            int  ScreenY  = 0;                                      // TODO: Initialize to an appropriate value
            bool expected = false;                                  // TODO: Initialize to an appropriate value
            bool actual;

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