Ejemplo n.º 1
0
 public void Reverse_the_worlds()
 {
     Assert.That(Problem1.SentenceWordReverse("this is a test"), Is.EqualTo("test a is this"));
 }