private static SingleNodeIntegrationTestSupport integrationTestSupport;
@BeforeClass
public static void startXDSingleNode() throws Exception {
application = new TestApplicationBootstrap().getSingleNodeApplication().run("--analytics", "memory");
// Explicitly set this to true since RandomConfigurationSupport disables JMX by default.
System.setProperty("XD_JMX_ENABLED", "true");
adminContext = application.adminContext();
moduleRegistry = adminContext.getBean(WriteableModuleRegistry.class);
integrationTestSupport = new SingleNodeIntegrationTestSupport(application);