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