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

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