Пример #1
0
 @Test
 public void testSetBinY() throws Exception {
   adbase.setBinY(5);
   assertEquals(adbase.getBinY(), 5);
 }