Ejemplo n.º 1
0
 @After
 public void after() throws Exception {
   long now = System.nanoTime();
   System.out.println("elapsed time " + (now - starttime) / 1000000 + "milli secs");
 }
Ejemplo n.º 2
0
 @Before
 public void before() throws Exception {
   starttime = System.nanoTime();
 }