Beispiel #1
0
        public void getQuestionTest()
        {
            Arts arts = new Arts();

            arts.Questions();
            Assert.AreEqual("What nationality was painter Frida Kahlo ? ", arts.getQuestion(1));
        }
Beispiel #2
0
        public void getQuestionTest1()
        {
            Arts arts = new Arts();

            arts.Questions();
            Assert.AreEqual("A Russian woman was arrested in Paris in August 2009 for throwing a cup of tea at which work of art?", arts.getQuestion(5));
        }