Class Buildr::TestNG
In: lib/buildr/java/tests.rb  (CVS)
Parent: TestFramework::Java

TestNG test framework. To use in your project:

  test.using :testng

Support the following options:

  • :properties — Hash of properties passed to the test suite.
  • :java_args — Arguments passed to the JVM.

Methods

Constants

VERSION = '5.10'

Public Class methods

[Validate]