Example #1
0
 public void GetBoolean_ExistsAndCorrectType_ReturnsBoolean()
 {
     _attributes.GetBoolean("property6").Should().Be.EqualTo(true);
 }