27282930313233
super(Service.class); } @Test public void testNonInsightComponentCollected() { assertStereotypeOperation(new ExampleService(), true); }
37383940414243
assertStereotypeOperation(new InsightService(), false); } @Test public void testLifecycleMethodsNotCollected() throws Exception { assertLifecycleMethodsNotIntercepted(new ExampleService()); }