|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.TestSuite org.codehaus.groovy.grails.support.GrailsTestSuite
public class GrailsTestSuite
IoC class to inject properties of Grails test case classes.
Constructor Summary | |
---|---|
GrailsTestSuite(ApplicationContext applicationContext,
Class clazz)
|
Method Summary | |
---|---|
List |
getCleaningOrder()
|
boolean |
isTransactional()
|
void |
runTest(junit.framework.Test test,
junit.framework.TestResult result)
|
Methods inherited from class junit.framework.TestSuite |
---|
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, setName, testAt, testCount, tests, toString, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GrailsTestSuite(ApplicationContext applicationContext, Class clazz)
Method Detail |
---|
public void runTest(junit.framework.Test test, junit.framework.TestResult result)
runTest
in class junit.framework.TestSuite
public List getCleaningOrder()
public boolean isTransactional()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |