Exemplo n.º 1
0
 public static void ShouldNotHaveSelection(this IComboBox comboBox)
 {
     comboBox.HasSelected().Should().BeFalse();
 }