예제 #1
0
 public void CountAccBeforeRepeatTest(string input, int expected)
 {
     Assert.Equal(expected, AssemblyHelper.CountAccBeforeRepeat(input));
 }