Beispiel #1
0
 public void ReadConvertsNameCorrectly(byte[] input, string expected)
 {
     _msgService.LoadName(input).Should().Be(expected);
 }