コード例 #1
0
 public void WriteConvertsNameCorrectly(byte[] expected, string input)
 {
     _msgService.SaveName(input).Should().Equal(expected);
 }