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