Example #1
0
        public void getAnswerTest()
        {
            IT it = new IT();

            it.Questions();
            Assert.AreEqual("Mozilla", it.getAnswer(2, 3));
        }
Example #2
0
        public void getQuestionTest()
        {
            IT it = new IT();

            it.Questions();
            Assert.AreEqual("Firewall in computer is used for:", it.getQuestion(6));
        }