@Test
 public void testSetBinY() throws Exception {
   adbase.setBinY(5);
   assertEquals(adbase.getBinY(), 5);
 }