|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.groovy.vmplugin.v5.JUnit4Utils
public class JUnit4Utils
Java 5 code for working with JUnit 4 tests.
| Constructor Summary | |
|---|---|
JUnit4Utils()
|
|
| Method Summary | |
|---|---|
(package private) static java.lang.Boolean |
realIsJUnit4Test(java.lang.Class scriptClass,
GroovyClassLoader loader)
Utility method to check via reflection if the parsed class appears to be a JUnit4 test. |
(package private) static java.lang.Object |
realRunJUnit4Test(java.lang.Class scriptClass)
Utility method to run a JUnit4 test. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JUnit4Utils()
| Method Detail |
|---|
static java.lang.Boolean realIsJUnit4Test(java.lang.Class scriptClass,
GroovyClassLoader loader)
scriptClass - the class we want to checkloader - the GroovyClassLoader to use to find classes
static java.lang.Object realRunJUnit4Test(java.lang.Class scriptClass)
scriptClass - the class we want to run as a test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||