예제 #1
0
 public void SubjectNormalaize_All(string input, string ouput)
 {
     Assert.Equal(ouput, EmployeeParser.NormalizeSubject(input));
 }