|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.cli.fork.ExecutionContext
org.codehaus.groovy.grails.cli.fork.testing.TestExecutionContext
@groovy.transform.CompileStatic class TestExecutionContext extends ExecutionContext
Constructor Summary | |
TestExecutionContext(ForkedGrailsProcess process)
|
|
TestExecutionContext()
|
Method Summary | |
---|---|
protected java.util.List
|
buildMinimalIsolatedClasspath(BuildSettings buildSettings)
|
Methods inherited from class ExecutionContext | |
---|---|
buildMinimalIsolatedClasspath, initialize |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor Detail |
---|
TestExecutionContext(ForkedGrailsProcess process)
TestExecutionContext()
Method Detail |
---|
@java.lang.Override protected java.util.List buildMinimalIsolatedClasspath(BuildSettings buildSettings)
Groovy Documentation