aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc164/joinpointid.xml
blob: 92a923cd556ba674ef687b67641710713f0701c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>

<suite>
   
   <ajc-test dir="features164/joinpointid" title="casea">
     <compile files="Driver.java" options="-1.8"/>
     <run class="Driver">
       <stdout>
         <line text="At void A.mone() id=0 state=0"/>
         <line text="At void A.mtwo() id=1 state=0"/>
         <line text="At void A.mone() id=0 state=1"/>
         <line text="At void A.mtwo() id=1 state=1"/>
         <line text="At void A.mone() id=0 state=2"/>
         <line text="At void A.mtwo() id=1 state=2"/>
       </stdout>
     </run>
   </ajc-test>
   
</suite>