@Test public void testPw() { assertEquals(measure.pw(100), Central.getDisplayWidth()); }
@Test public void testPh() { assertEquals(measure.ph(100), Central.getDisplayHeight()); }