public void withQualifierArquillianCore() {
try {
System.setProperty("arq.extension.mockdrone-different.booleanField", "true");
System.setProperty("arq.extension.mockdrone-different.abcDef", "abcDef value");
fire(new ManagerStarted());
ArquillianDescriptor descriptor = getManager().getContext(ApplicationContext.class).getObjectStore()
.get(ArquillianDescriptor.class);
Assert.assertNotNull("ArquillianDescriptor was created", descriptor);