コード例 #1
0
 public void ToArabicImperative(int expectedNumber, string romanNumeral) =>
 Assert.Equal(expectedNumber, NumeralMappingsImperative.ToArabic(romanNumeral));
コード例 #2
0
 public void ToRomanImperative(int number, string expectedRomanNumeral) =>
 Assert.Equal(expectedRomanNumeral, NumeralMappingsImperative.ToRoman(number));