Ejemplo n.º 1
0
 public void Add_ShouldThrowIfItemIsNull()
 {
     _ribbonUIAdapter.Add(null);
 }