public void SetInsertModeTest()
        {
            IDockingService            dockingService = null;                                                      // TODO: Initialize to an appropriate value
            WabbitcodeStatusBar        statusBar      = null;                                                      // TODO: Initialize to an appropriate value
            WabbitcodeStatusBarService target         = new WabbitcodeStatusBarService(dockingService, statusBar); // TODO: Initialize to an appropriate value
            bool insertMode = false;                                                                               // TODO: Initialize to an appropriate value

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