Example #1
0
 public void GetBytes_ExistsAndCorrectType_ReturnsByteArray()
 {
     _attributes.GetBytes("property3").Should().Have.SameSequenceAs(_guidBytes);
 }