Example #1
0
 public void buttonPressedTest()
 {
     RadioButtonGroup target = new RadioButtonGroup(); // TODO: Initialize to an appropriate value
     RadioButton b = null; // TODO: Initialize to an appropriate value
     target.buttonPressed(b);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Example #2
0
 public void RadioButtonGroupConstructorTest()
 {
     RadioButtonGroup target = new RadioButtonGroup();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }