コード例 #1
0
 public void GetFloat_ExistsAndCorrectType_ReturnsFloat()
 {
     _attributes.GetFloat("property2").Should().Be.EqualTo(2);
 }