@Singleton public class Spock extends java.lang.Object implements TestFeature
| Constructor and Description | 
|---|
Spock()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
doApply(GeneratorContext generatorContext)  | 
java.util.List<Language> | 
getDefaultLanguages()  | 
java.lang.String | 
getName()
The name of the feature. 
 | 
TestFramework | 
getTestFramework()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, getOrder, isJunit, isKoTest, isKotlinTestFramework, isSpock, isVisible, shouldApply, supportsgetCategory, getDescription, getMicronautDocumentation, getThirdPartyDocumentation, getTitle, isPreview, processSelectedFeaturespublic java.lang.String getName()
Featurepublic void doApply(GeneratorContext generatorContext)
doApply in interface TestFeaturepublic TestFramework getTestFramework()
getTestFramework in interface TestFeaturepublic java.util.List<Language> getDefaultLanguages()
getDefaultLanguages in interface TestFeature