public void Print_This_plane_is_unable_to_fly_On_Fly() { var p = new ToyPlane(); Assert.AreEqual(p.Fly(), "This plane is unable to fly"); }