public void DisposeTest() { Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value bool disposing = false; // TODO: Initialize to an appropriate value target.Dispose(disposing); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void DisposeTest() { Form1_Accessor target = new Form1_Accessor(); // TODO: 初始化为适当的值 bool disposing = false; // TODO: 初始化为适当的值 target.Dispose(disposing); Assert.Inconclusive("无法验证不返回值的方法。"); }