public void FromRoman_SimpleMultipleNumeralsInput_MatchesExpectation(string input, int expected) { Assert.Equal(expected, RomanNumerals.FromRoman(input)); }