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

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