contextDeployerService = new ContextDeployerService();
}
@Test
public void testContextDeployerService_isAnArtifactListener() throws Exception {
ArtifactInstaller contextDeployerService = new ContextDeployerService();
assertThat(contextDeployerService, is(notNullValue()));
}