Ejemplo n.º 1
0
 @Test
 public void testSetPowerLimit() throws IOException, AccessException, InterruptedException {
   double b4 = ce.getPowerLimit();
   ce.setPowerLimit(b4 + 1);
   Assert.assertEquals(b4 + 1, ce.getPowerLimit());
 }
Ejemplo n.º 2
0
 @Test
 public void testGetPowerLimit() throws IOException, AccessException, InterruptedException {
   System.out.println(ce.getPowerLimit());
 }