public void Print_Im_a_toy_plane_On_Display() { var p = new ToyPlane(); Assert.AreEqual(p.Display(), "I'm a toy plane!"); }