@Test
public void testMarkerClass() {
WebApplication webapp = new WebApplication(true);
webapp.registerMadvocComponents();
ActionMethodParser actionMethodParser = webapp.getComponent(ActionMethodParser.class);
MadvocConfig madvocConfig = webapp.getComponent(MadvocConfig.class);
RootPackages rootPackages = madvocConfig.getRootPackages();
String thisPackageName = this.getClass().getPackage().getName();