コード例 #1
0
 public void GetByteArrays_ExistsAndCorrectType_ReturnsListOfByteArrays()
 {
     _attributes.GetByteArrays("property10").Should().Have.SameSequenceAs(_byteArrays);
 }