Example #1
0
 public void CheckForControls()
 {
     tester.AssertControlExists("configurationNameTextBox", typeof(TextBox));
     tester.AssertControlExists("configurationComboBox", typeof(ComboBox));
     tester.AssertControlExists("okButton", typeof(Button));
     tester.AssertControlExists("cancelButton", typeof(Button));
 }