.wt.sit-wt.2.2.source-code.sit-wt-conf.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sit-wt Show documentation
Show all versions of sit-wt Show documentation
SIToolkit for Web Testing
The newest version!
<?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" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.1.xsd" default-lazy-init="true" > <context:annotation-config /> <bean class="org.sitoolkit.tester.infra.PropertyManager"> <property name="properties"> <util:properties location="classpath:sit-wt.properties" ignore-resource-not-found="true" /> </property> </bean> <bean class="org.sitoolkit.tester.infra.VoidFileOverwriteChecker" scope="singleton"> </bean> <bean class="org.sitoolkit.core.infra.repository.FileInputSourceWatcher" scope="singleton"> </bean> <bean id="repo" class="org.sitoolkit.core.infra.repository.excel.ExcelRepository" scope="singleton"> </bean> <bean class="org.sitoolkit.core.infra.util.PropertyManager" /> <bean id="dm" class="org.sitoolkit.core.infra.repository.DocumentMapper" scope="singleton"> <property name="converterMap"> <map key-type="java.lang.Class" value-type="org.apache.commons.beanutils.Converter"> <entry key="org.sitoolkit.tester.domain.test.Operation" value-ref="operationConverter" /> </map> </property> </bean> <bean id="operationConverter" class="org.sitoolkit.tester.domain.test.OperationConverter" /> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy