Exemple #1
0
        public void GetAnswerComments()
        {
            QuestionAnswer answer = QuestionAnswer.GetQuestionAnswer(Api, Settings.TestProject, Settings.TestAnswer).Result;

            RunTest(answer.GetComments(Api));
        }