454647484950515253
verify(persistService).start(); // we also verify that the annotation is ok Method method = JpaInitializer.class.getMethod("start"); Start start = method.getAnnotation(Start.class); assertEquals(10, start.order()); }