Implementation implem = waitForImplByName(null, "LifeCycleTest");
Instance instance = implem.createInstance(null,configuration);
Service service = (Service) instance.getServiceObject();
service.action();
Assert.assertNotNull("instance must not be destroyed",CST.apamResolver.findInstByName(null,configuration.get("instance.name")));
}
@Test