Exemplo n.º 1
0
 void VerifyRadioButtonsHasFocus(bool hasFocus)
 {
     Verify.AreEqual(hasFocus, elements.GetRadioButtonsHasFocusCheckBox().ToggleState == ToggleState.On);
 }