Ejemplo n.º 1
0
        public void Print_Landing_with_wheels_On_Land()
        {
            var p = new OneEnginePlane();

            Assert.AreEqual(p.Land(), "Landing with wheels");
        }