示例#1
0
 public void Test_CreateImageQuestion_Question_2_Words()
 {
     NewImageQuestion          = NewImageQuestion_Copy;
     NewImageQuestion.Question = "wdjkawdwd dwadwadw";
     _postedFileBase           = new TestObjects.MyTestPostedFileBase(test_Stream, "test/content", "test-file.png");
     handler.CreateImageQuestion(NewImageQuestion, _postedFileBase, GameID);
 }
示例#2
0
 public void Test_UpdateImageQuestion_Question_Y1_0()
 {
     ExistingImageQuestion    = ExistingImageQuestion_copy;
     ExistingImageQuestion.Y1 = 0;
     _postedFileBase          = new TestObjects.MyTestPostedFileBase(test_Stream, "test/content", "test-file.png");
     handler.UpdateImageQuestion(ExistingImageQuestion, _postedFileBase);
 }
示例#3
0
 public void Test_CreateImageQuestion_Question_Char_51()
 {
     NewImageQuestion          = NewImageQuestion_Copy;
     NewImageQuestion.Question = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
     _postedFileBase           = new TestObjects.MyTestPostedFileBase(test_Stream, "test/content", "test-file.png");
     handler.CreateImageQuestion(NewImageQuestion, _postedFileBase, GameID);
 }
示例#4
0
 public void Test_UpdateImageQuestion_Question_2_Words()
 {
     ExistingImageQuestion          = ExistingImageQuestion_copy;
     ExistingImageQuestion.Question = "wdjkawdwd dwadwadw";
     _postedFileBase = new TestObjects.MyTestPostedFileBase(test_Stream, "test/content", "test-file.png");
     handler.UpdateImageQuestion(ExistingImageQuestion, _postedFileBase);
 }