public void InitializeControlTest()
        {
            ColoringSchemeViewer target         = new ColoringSchemeViewer(); // TODO: Initialize to an appropriate value
            GridColorScheme      ColoringScheme = null;                       // TODO: Initialize to an appropriate value

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