class Buildr::TestNG

TestNG test framework. To use in your project:

test.using :testng

Support the following options:

Public Class Methods

dependencies() click to toggle source
# File lib/buildr/java/tests.rb, line 53
def dependencies
  %w(org.testng:testng:jar:7.4.0 com.beust:jcommander:jar:1.78 org.webjars:jquery:jar:3.5.1)
end