Exemple #1
0
        public void GetAnswers()
        {
            ApiList <QuestionAnswer> answers = RunTest(QuestionAnswer.GetAllQuestionAnswers(Api, Settings.TestProject, Settings.TestQuestion));

            Assert.IsTrue(answers.All(Api).Any(a => a.id == Settings.TestAnswer));
        }