コード例 #1
0
 public void Color_should_set_color()
 {
     builder.Color("Blue");
     series.Color.ShouldEqual("Blue");
 }