public void testPostConstruct(){
TestLogger.logger.debug("------------------------------");
TestLogger.logger.debug("Test : " + getName());
try{
EndpointLifecycleManagerFactory elmf = (EndpointLifecycleManagerFactory)FactoryRegistry.getFactory(EndpointLifecycleManagerFactory.class);
assertNotNull(elmf);
EndpointLifecycleManager elm = elmf.createEndpointLifecycleManager(endpointInstance);
assertNotNull(elmf);
elm.invokePostConstruct();
TestLogger.logger.debug("------------------------------");
}catch(Exception e){
fail(e.getMessage());