Esempio n. 1
0
 public void bSort_ClickTest()
 {
     Bridge_Accessor target = new Bridge_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.bSort_Click(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Esempio n. 2
0
        public void bSort_ClickTest()
        {
            Bridge_Accessor target = new Bridge_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.bSort_Click(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }