コード例 #1
0
ファイル: ParserTest.cs プロジェクト: MrVonny/Mephist
 public void SubjectNormalaize_All(string input, string ouput)
 {
     Assert.Equal(ouput, EmployeeParser.NormalizeSubject(input));
 }