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