public void SetSelectedBreakTest()
        {
            ColoringSchemeViewer target = new ColoringSchemeViewer(); // TODO: Initialize to an appropriate value
            int  brk      = 0;                                        // TODO: Initialize to an appropriate value
            bool selected = false;                                    // TODO: Initialize to an appropriate value

            target.SetSelectedBreak(brk, selected);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }