|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.test.support.GrailsTestTypeSupport
org.codehaus.groovy.grails.test.spock.GrailsSpecTestType
@groovy.transform.CompileStatic class GrailsSpecTestType extends GrailsTestTypeSupport
Field Summary | |
---|---|
static java.util.List |
TEST_SUFFIXES
|
protected GrailsTestMode |
mode
|
Constructor Summary | |
GrailsSpecTestType(java.lang.String name, java.lang.String relativeSourcePath)
|
|
GrailsSpecTestType(java.lang.String name, java.lang.String relativeSourcePath, GrailsTestMode mode)
|
Method Summary | |
---|---|
protected java.lang.Object
|
createGrails2TerminalListenerIfCan()
|
JUnitReportsFactory
|
createJUnitReportsFactory()
|
protected org.junit.runners.Suite
|
createSuite(java.lang.Object classes)
|
protected int
|
doPrepare()
|
protected GrailsTestTypeResult
|
doRun(GrailsTestEventPublisher eventPublisher)
|
protected java.io.File
|
getSourceDir()
|
protected java.util.List
|
getTestExtensions()
|
protected java.util.List
|
getTestSuffixes()
|
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() |
Field Detail |
---|
public static final java.util.List TEST_SUFFIXES
protected GrailsTestMode mode
Constructor Detail |
---|
GrailsSpecTestType(java.lang.String name, java.lang.String relativeSourcePath)
GrailsSpecTestType(java.lang.String name, java.lang.String relativeSourcePath, GrailsTestMode mode)
Method Detail |
---|
@groovy.transform.CompileStatic(TypeCheckingMode.SKIP) protected java.lang.Object createGrails2TerminalListenerIfCan()
JUnitReportsFactory createJUnitReportsFactory()
protected org.junit.runners.Suite createSuite(java.lang.Object classes)
@groovy.transform.CompileStatic(TypeCheckingMode.SKIP) protected int doPrepare()
@groovy.transform.CompileStatic(TypeCheckingMode.SKIP) protected GrailsTestTypeResult doRun(GrailsTestEventPublisher eventPublisher)
@groovy.transform.CompileStatic(TypeCheckingMode.SKIP) protected java.io.File getSourceDir()
protected java.util.List getTestExtensions()
protected java.util.List getTestSuffixes()
Groovy Documentation