Пример #1
0
 public void GetAllQuestionFromForm_Test()
 {
     Assert.AreEqual(2, _formLogic.GetAllQuestionFromForm(1).Count);
 }