class Buildr::TestNG
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.
-
:args – Arguments passed to the
TestNG
command line runner.
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