예제 #1
0
 public void FromRoman_SimpleMultipleNumeralsInput_MatchesExpectation(string input, int expected)
 {
     Assert.Equal(expected, RomanNumerals.FromRoman(input));
 }