ools.camelot.camelot-test.2.5.2.source-code.camelot-test-empty-context.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> <import resource="classpath*:camelot-extension.xml"/> <import resource="classpath*:camelot-extensions.xml"/> <bean id="testHelper" class="ru.yandex.qatools.camelot.test.service.TestHelperImpl" depends-on="testBuildersFactoryInitializer"/> <bean id="testBuildersFactoryInitializer" class="ru.yandex.qatools.camelot.test.service.TestBuildersFactoryBeanPostProcessor"/> <context:annotation-config/> <context:component-scan base-package="ru.yandex.qatools.camelot.test"/> <bean id="camelot-config" class="ru.yandex.qatools.camelot.spring.ListablePropertyPlaceholderConfigurer"> <property name="locations"> <list> <value>classpath*:camelot-default.properties</value> <value>classpath*:camelot.properties</value> <value>classpath:/camelot-test-config.properties</value> <value>classpath*:camelot-test.properties</value> </list> </property> </bean> </beans>