4748495051525354555657
// we also verify that the annotation is ok Method method = JpaInitializer.class.getMethod("start"); Start start = method.getAnnotation(Start.class); assertEquals(10, start.order()); } @Test public void testStop() throws Exception {