public void CountingValleysWithConstraintsNotRespecteds(int numberOfSteps, string path) { Assert.Throws <Exception>(() => ChallengeCountingValleys.CountingValleys(numberOfSteps, path)); }
public int CountingValleysWithConstraintsRespecteds(int numberOfSteps, string path) { return(ChallengeCountingValleys.CountingValleys(numberOfSteps, path)); }