|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.vmplugin.v5.TestNgUtils
class TestNgUtils extends Object
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, GroovyClassLoader loader)
Utility method to run a TestNG test. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
TestNgUtils()
Method Detail |
---|
public static Boolean realIsTestNgTest(Class scriptClass, GroovyClassLoader loader)
public static Object realRunTestNgTest(Class scriptClass, GroovyClassLoader loader)
Copyright © 2003-2009 The Codehaus. All rights reserved.