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