|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Java 5 code for working with TestNG tests.
| Constructor Summary | |
TestNgUtils()
|
|
| Method Summary | |
|---|---|
static Boolean |
realIsTestNgTest(Class scriptClass, GroovyClassLoader loader)
Utility method to check via reflection if the parsed class appears to be a TestNG test. |
static Object |
realRunTestNgTest(Class scriptClass)
Utility method to run a TestNG test. |
| Constructor Detail |
|---|
TestNgUtils()
| Method Detail |
|---|
public static Boolean realIsTestNgTest(Class scriptClass, GroovyClassLoader loader)
public static Object realRunTestNgTest(Class scriptClass)