You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

intertype.xml 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="features167/intertype" title="simple">
  4. <compile files="Simple.java" options="-1.5"/>
  5. </ajc-test>
  6. <ajc-test dir="features167/intertype" title="simple with field">
  7. <compile files="Two.java" options="-1.5"/>
  8. </ajc-test>
  9. <ajc-test dir="features167/intertype" title="simple with field2">
  10. <compile files="Three.java" options="-1.5"/>
  11. </ajc-test>
  12. <ajc-test dir="features167/intertype" title="new instance">
  13. <compile files="Four.java" options="-1.5"/>
  14. </ajc-test>
  15. <ajc-test dir="features167/intertype" title="new instance and access">
  16. <compile files="Five.java" options="-1.5"/>
  17. <run class="Five">
  18. <stdout>
  19. <line text="5"/>
  20. </stdout>
  21. </run>
  22. </ajc-test>
  23. <ajc-test dir="features167/intertype" title="new instance and access to two fields">
  24. <compile files="Six.java" options="-1.5"/>
  25. <run class="Six">
  26. <stdout>
  27. <line text="5"/>
  28. </stdout>
  29. </run>
  30. </ajc-test>
  31. </suite>