A composite test framework that runs multiple other test frameworks.
e.g.,
test.using :multitest, :frameworks => [ Buildr::JUnit, Buildr::TestNG ], :options = { :junit => { :fork => true }, :testng => { ... } }
# File lib/buildr/java/tests.rb, line 405 def tests(dependencies) @frameworks.map { |f| f.tests(dependencies) }.flatten end