Ejemplo n.º 1
0
 @Test
 public void testSetGenFeedBackEnclosedText() {
   qb.setGeneralFeedBack(new EnclosedText("newFeedBack"));
   assertEquals(qb.getGeneralFeedBack(), "newFeedBack");
 }