Ejemplo n.º 1
0
        public string Execute()
        {
            string a = string.Empty;

            a  = stereo.On();
            a += stereo.setDVD();

            return(a);
        }
 public void testStereoSetDVDMethod()
 {
     Assert.AreEqual(DVD_OUTPUT, stereo.setDVD());
 }