public void testReportingModule()
{
Guice.createInjector(
new ApplicationNameModule("test-application"),
new TestingNodeModule(),
new TestingDiscoveryModule(),
new TestingMBeanModule(),
new ConfigurationModule(new ConfigurationFactory(ImmutableMap.<String, String>of())),
new JsonModule(),
new ReportingModule(),
new ReportingClientModule());