Beispiel #1
0
 public void ChecklengthyNegatives(int[] values, int[] expected)
 {
     ThePoetAndThePendulum.Pendulum(values).ShouldBe(expected);
 }
Beispiel #2
0
 public void CheckMixtureOfPositivesAndNegatives(int[] values, int[] expected)
 {
     ThePoetAndThePendulum.Pendulum(values).ShouldBe(expected);
 }
Beispiel #3
0
 public void CheckMediumlengthPositives(int[] values, int[] expected)
 {
     ThePoetAndThePendulum.Pendulum(values).ShouldBe(expected);
 }