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