|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.testng.TestNgRunner
public class TestNgRunner
Integration code for running TestNG tests in Groovy.
Method Summary | |
---|---|
boolean
|
canRun(Class scriptClass, GroovyClassLoader loader)
Utility method to check via reflection if the parsed class appears to be a TestNG test, i.e. |
Object
|
run(Class scriptClass, GroovyClassLoader loader)
Utility method to run a TestNG test. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
@SuppressWarnings("unchecked") public boolean canRun(Class scriptClass, GroovyClassLoader loader)
scriptClass
- the class we want to checkloader
- the GroovyClassLoader to use to find classes
public Object run(Class scriptClass, GroovyClassLoader loader)
scriptClass
- the class we want to run as a testloader
- the class loader to use
Copyright © 2003-2013 The Codehaus. All rights reserved.