use of org.springframework.beans.factory.support.StaticListableBeanFactory in project spring-framework by spring-projects.
the class JmsListenerEndpointRegistrarTests method setup.
@Before
public void setup() {
registrar.setEndpointRegistry(registry);
registrar.setBeanFactory(new StaticListableBeanFactory());
}
Aggregations