Example #1
0
 public void GetShort_ExistsAndCorrectType_ReturnsShort()
 {
     _attributes.GetShort("property2").Should().Be.EqualTo(2);
 }