public void button2_ClickTest()
 {
     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.button2_Click(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
示例#2
0
 public void button2_ClickTest()
 {
     Form1_Accessor target = new Form1_Accessor(); // TODO: 初始化为适当的值
     object sender = null; // TODO: 初始化为适当的值
     EventArgs e = null; // TODO: 初始化为适当的值
     target.button2_Click(sender, e);
     Assert.Inconclusive("无法验证不返回值的方法。");
 }
示例#3
0
        public void button2_ClickTest()
        {
            Form1_Accessor target = new Form1_Accessor(); // TODO: 初始化为适当的值
            object         sender = null;                 // TODO: 初始化为适当的值
            EventArgs      e      = null;                 // TODO: 初始化为适当的值

            target.button2_Click(sender, e);
            Assert.Inconclusive("无法验证不返回值的方法。");
        }