public void AddLineTest() { Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value string theText = string.Empty; // TODO: Initialize to an appropriate value target.AddLine(theText); Assert.Inconclusive("A method that does not return a value cannot be verified."); }