示例#1
0
 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.");
 }
示例#2
0
        public void DisposeTest()
        {
            Form1_Accessor target    = new Form1_Accessor(); // TODO: 初始化为适当的值
            bool           disposing = false;                // TODO: 初始化为适当的值

            target.Dispose(disposing);
            Assert.Inconclusive("无法验证不返回值的方法。");
        }
示例#3
0
        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.");
        }
示例#4
0
 public void DisposeTest()
 {
     Form1_Accessor target = new Form1_Accessor(); // TODO: 初始化为适当的值
     bool disposing = false; // TODO: 初始化为适当的值
     target.Dispose(disposing);
     Assert.Inconclusive("无法验证不返回值的方法。");
 }