示例#1
0
 public void GetValue_ExistsAndCorrectType_ReturnsByte()
 {
     _attributes.GetValue("property2").Should().Be.EqualTo("2");
 }