public void StopTest_1arg() { var intent = new Stop(); var AlexaResponse = intent.GetAlexaResponse(); Assert.AreEqual(AlexaResponse.response.outputSpeech.text, "Car Details Stopping"); }