31323334353637
super(Component.class); } @Test public void testNonInsightComponentCollected() { assertStereotypeOperation(new ExampleComponent(), true); }
41424344454647
assertStereotypeOperation(new InsightComponent(), false); } @Test public void testLifecycleMethodsNotCollected() throws Exception { assertLifecycleMethodsNotIntercepted(new ExampleComponent()); }