Example #1
0
 public void Form1_LoadTest()
 {
     Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     EventArgs e = null; // TODO: Initialize to an appropriate value
     target.Form1_Load(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Example #2
0
        public void Form1_LoadTest()
        {
            Form1_Accessor target = new Form1_Accessor(); // TODO: 初始化为适当的值
            object         sender = null;                 // TODO: 初始化为适当的值
            EventArgs      e      = null;                 // TODO: 初始化为适当的值

            target.Form1_Load(sender, e);
            Assert.Inconclusive("无法验证不返回值的方法。");
        }
Example #3
0
        public void Form1_LoadTest()
        {
            Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value
            object         sender = null;                 // TODO: Initialize to an appropriate value
            EventArgs      e      = null;                 // TODO: Initialize to an appropriate value

            target.Form1_Load(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Example #4
0
 public void Form1_LoadTest()
 {
     Form1_Accessor target = new Form1_Accessor(); // TODO: 初始化为适当的值
     object sender = null; // TODO: 初始化为适当的值
     EventArgs e = null; // TODO: 初始化为适当的值
     target.Form1_Load(sender, e);
     Assert.Inconclusive("无法验证不返回值的方法。");
 }