]> git.argeo.org Git - gpl/argeo-slc.git/blob - sandbox/argeo.slc.executionflow/src/slc/conf/testCases/basic-002.xml
Introduce aspects and execution parameters
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / slc / conf / testCases / basic-002.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
5 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
6
7 <import resource="../basic.xml" />
8
9 <bean id="basic.002" parent="basic.executionFlowTemplate">
10 <property name="attributes">
11 <map>
12 <entry key="testData1">
13 <bean class="org.argeo.slc.core.test.BasicTestData">
14 <property name="expected" value="toto" />
15 <property name="reached" value="toto" />
16 </bean>
17 </entry>
18 <entry key="testData2">
19 <bean class="org.argeo.slc.core.test.BasicTestData">
20 <property name="expected" value="tata" />
21 <property name="reached" value="toto" />
22 </bean>
23 </entry>
24 </map>
25 </property>
26 </bean>
27 </beans>