Liking cljdoc? Tell your friends :D

TestNG Listeners

Contains a couple of helpful listeners for TestNG.

  • GnomeTestNGListener : produces screenshots of GNOME apps when a test fails
  • TestNGListener : logs TestNG events such as test start/end/skip etc. to stdout using java.util.logging
  • BugzillaTestNGListener : allows you to annotate your tests with a group corresponding to a bugzilla bug. When the test executes, the bug will be checked to see if it's still open. If so, the test will be skipped.
  • SkipTestNGListener : allows you to annotate your test methods or classes using @SkipIf annotation to get skipped by TestNG based on values of system property.

Also contains TestNGReportHandler, which is a handler for java.util.logging, that writes HTML to the TestNG Report log.

Can you improve this documentation? These fine people already did:
Jeff Weiss & Libor Zoubek
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close