public void Test_South_Valid_Initialization() { var direction = new South(); Assert.AreEqual("0 -1 S", direction.GetDirectionAsString()); }