예제 #1
0
 public void TestMethod(int num, string output)
 {
     Assert.Equal(output, Solution012.IntToRoman2(num));
 }