606162636465666768
verify(persistService).stop(); // we also verify that the annotation is ok Method method = JpaInitializer.class.getMethod("stop"); Dispose dispose = method.getAnnotation(Dispose.class); assertEquals(10, dispose.order()); }