public void getAnswerTest() { IT it = new IT(); it.Questions(); Assert.AreEqual("Mozilla", it.getAnswer(2, 3)); }
public void getQuestionTest() { IT it = new IT(); it.Questions(); Assert.AreEqual("Firewall in computer is used for:", it.getQuestion(6)); }