On 25/02/10 7:18 PM, tinca wrote:
Hello,

Is it possible to use both test framework during test task?

Not in the same task. But it is very easy to add another test task:

task testng(type: Test) {
    useTestNG()
}

check.dependsOn testng


Then, the default 'test' task will run the junit tests, and the 'testng' task will run the testng tests.

--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to