You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dat...@googlegroups.com
Hi Johnny,
I don't know of a way to run the TestNG tests using JUnit. Maybe it wasn't the best wording in the blog post. We're using TestNG but as you mention you could easily refactor to use JUnit instead. The point was it is easy to use PigUnit to unit test regardless of the framework :) Are you having trouble using TestNG to run the tests? From the command line it is simple since you can just run "ant test". If you are using something like Eclipse there is a TestNG plugin, which is handy for running individual tests.