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

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