public void TestDatosPregunta() { //Arranque String Pregunta = Convert.ToString(TestContext.DataRow["Preguntas"]);; Boolean respues; Nube_de_palabras.PantallaProfesor resp = new Nube_de_palabras.PantallaProfesor(); //Act respues = resp.VerificarPregunta(Pregunta); //Assert Assert.AreEqual(true, respues); }
public void Test_DatosPregunta() { //Arranque String Pregunta = "Como estas"; Boolean respues; Nube_de_palabras.PantallaProfesor resp = new Nube_de_palabras.PantallaProfesor(); //Act respues = resp.VerificarPregunta(Pregunta); //Assert Assert.AreEqual(true, respues); }