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