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