public void LoadFromObjectTest()
        {
            MapWindow.PluginInterfaces.PluginTracker target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            IBasePlugin Plugin    = null;                                                // TODO: Initialize to an appropriate value
            string      PluginKey = string.Empty;                                        // TODO: Initialize to an appropriate value
            bool        expected  = false;                                               // TODO: Initialize to an appropriate value
            bool        actual;

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