public void LayerSelectedTest()
        {
            Plugins_IBasePlugin target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            int Handle = 0;                                         // TODO: Initialize to an appropriate value

            target.LayerSelected(Handle);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }