Exemplo n.º 1
0
 public void AndThen_the_radio_button_group_selected_the_element_matching_the_specified_value()
 {
     _radioButtonGroup.Received().SelectElement(ChoiceType.Another);
 }
 public void AndThen_the_radio_button_group_was_retrieved_the_value_of_its_selected_element()
 {
     _radioButtonGroup.Received().SelectedElementAs <ChoiceType>();
 }