public void ContainsTest()
        {
            Plugins_IBasePlugin target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            string Key      = string.Empty;                         // TODO: Initialize to an appropriate value
            bool   expected = false;                                // TODO: Initialize to an appropriate value
            bool   actual;

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