public void testBeansSetup() {
final DTOFactory factory = this.applicationContext.getBean("dtoFactory", DTOFactory.class);
assertNotNull(factory);
final DTOSupport support = this.applicationContext.getBean("dtoSupport", DTOSupport.class);
assertNotNull(support);
final ExposedDTOAdaptersRegistrar registrar = this.applicationContext.getBean("adapterRegistrar", ExposedDTOAdaptersRegistrar.class);
assertNotNull(registrar);