You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/06/18 16:00:04 UTC

[WIKI-UPDATE] LenyaAntTaskTests LenyaUnitTests Wed Jun 18 16:00:04 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaAntTaskTests , version: 6 on Wed Jun 18 13:21:43 2003 by AndreasHartmann

- !!Using a Separate Task for Evaluation
?                       ^

+ !!Using a Separate TestCase for Evaluation
?                     ++++  ^

- You can just use the {{AntTaskTest}} class, pass the task ID as a
- command-line argument and add your control task to the same target.
+ If you want to write your own TestCase to check if everything is
+ OK, you can use the {{AntTaskTest}} class as it is.
+ Just pass the task ID as a command-line argument and add your
+ TestCase to the same target in {{test-build.xml}}.


Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaUnitTests , version: 32 on Wed Jun 18 13:07:14 2003 by AndreasHartmann

- * [Testing AntTasks|LenyaAntTaskTest]
+ * [LenyaAntTaskTests]