コード例 #1
0
 public void CountingValleysWithConstraintsNotRespecteds(int numberOfSteps, string path)
 {
     Assert.Throws <Exception>(() => ChallengeCountingValleys.CountingValleys(numberOfSteps, path));
 }
コード例 #2
0
 public int CountingValleysWithConstraintsRespecteds(int numberOfSteps, string path)
 {
     return(ChallengeCountingValleys.CountingValleys(numberOfSteps, path));
 }