Exemplo n.º 1
0
 @Test
 public void test2() {
   h.setPacketFactory(pf);
   h.setCards(TestDataProvider.getSmallCardList());
   h.setButtonsEnabled(true);
 }
Exemplo n.º 2
0
 @Test
 public void test() {
   h.setCards(TestDataProvider.getSmallCardList());
 }