On Tue, 8 May 2007, Anamika Majumder <[EMAIL PROTECTED]> wrote: > Thank you again Stefan, this is very helpful, I am all set with > this. could you pl. let me know how if there is a way to run a > xmlunit test case from the command line (I have been running my > testcases through the NetBeans IDE.
You can run them the same way as any JUnit tests. JUnit contains a command line test runner, please consult its documentation. I run my tests via Ant (see the JUnit task's documentation) and if you are using Maven there is the surefire plugin. Stefan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Xmlunit-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xmlunit-general
