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