Exemplo n.º 1
0
 public void AndThen_the_control_set_the_attribue_with_the_specified_value()
 {
     _control
     .Received()
     .SetAttributeValue(AttributeName, AttributeValue);
 }