Esempio n. 1
0
 @Test
 public void testButtonFixedMore() {
   final ButtonFixedMore button = new ButtonFixedMore(menu);
   final int a = menu.getFixedChips();
   button.doClick();
   assertTrue(a < menu.getFixedChips());
 }