]> git.argeo.org Git - gpl/argeo-slc.git/blob - sandbox/argeo.slc.jemmytest/modules/org.argeo.slc.jemmytest.tests/META-INF/spring/fromAnt.xml
332835731a76462dd9c0b805aeb6831ba3cde515
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / modules / org.argeo.slc.jemmytest.tests / META-INF / spring / fromAnt.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:aop="http://www.springframework.org/schema/aop"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd
8 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
9
10 <bean id="jemmyTest" parent="slcTemplate.simpleFlow">
11 <property name="path" value="/autoui/testcases" />
12 <property name="executables">
13 <list>
14 <bean parent="task.echo" scope="execution">
15 <property name="message" value="Executing step" />
16 <aop:scoped-proxy />
17 </bean>
18
19 <bean class="org.argeo.slc.core.test.SimpleTestRun">
20 <property name="testDefinition" ref="detachedTestDef" />
21 <property name="testData" ref="testData.mainFrameLabel1" />
22 <property name="testResult" ref="testResult" />
23 </bean>
24
25 </list>
26 </property>
27 </bean>
28
29 <bean id="testResult" parent="slcDefault.test.basicTreeTestResult">
30 <property name="listeners">
31 <list>
32 <bean class="org.argeo.slc.core.test.tree.TreeTestResultLogger" />
33 </list>
34 </property>
35 </bean>
36 </beans>