public void LayersAddedTest()
        {
            Plugins_IBasePlugin target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value

            Layer[] Handle = null;                                  // TODO: Initialize to an appropriate value
            target.LayersAdded(Handle);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }