* The test is to see if the Enricher with Qualifier can activate/deactive and read from X
*/
deploymentContext.activate(deploymentZ);
deploymentContext.getObjectStore().add(contextualType, outerType);
containerContext.activate("TEST");
TestEnricher enricher = new ArquillianResourceTestEnricher();
injector.get().inject(enricher);
X test = enrichType.cast(enrichType.newInstance());