Dry Run for your tests

When launched in dry run mode, TestNG will display a list of the test methods that would be invoked but without actually calling them.

You can enable dry run mode for TestNG by passing the JVM argument

-Dtestng.mode.dryrun=true

Back to my home page.

Or check out some of my other projects:

  • EJBGen: an EJB tag generator.
  • TestNG: A testing framework using annotations, test groups and method parameters.
  • Doclipse: a JavaDoc tag Eclipse plug-in.
  • J15: an Eclipse plug-in to help you migrate your code to the new JDK 1.5 constructs.
  • SGen: a replacement for XDoclet with an easy plug-in architecture.
  • Canvas: a template generator based on the Groovy language.