public void ContainsKeyTest()
        {
            Plugins_IBasePlugin target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            Collection          c      = null;                      // TODO: Initialize to an appropriate value
            object key      = null;                                 // TODO: Initialize to an appropriate value
            bool   expected = false;                                // TODO: Initialize to an appropriate value
            bool   actual;

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