public void OnPaintTest() { Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value PaintEventArgs e = null; // TODO: Initialize to an appropriate value target.OnPaint(e); Assert.Inconclusive("A method that does not return a value cannot be verified."); }