Uses of Interface
org.spockframework.runtime.extension.IGlobalExtension
-
Packages that use IGlobalExtension Package Description org.spockframework.runtime org.spockframework.runtime.extension.builtin -
-
Uses of IGlobalExtension in org.spockframework.runtime
Methods in org.spockframework.runtime that return types with arguments of type IGlobalExtension Modifier and Type Method Description java.util.List<IGlobalExtension>
ExtensionRegistry. getExtensions()
Constructor parameters in org.spockframework.runtime with type arguments of type IGlobalExtension Constructor Description ExtensionRunner(SpecInfo spec, java.util.List<IGlobalExtension> globalExtensions)
-
Uses of IGlobalExtension in org.spockframework.runtime.extension.builtin
Classes in org.spockframework.runtime.extension.builtin that implement IGlobalExtension Modifier and Type Class Description class
AbstractRuleExtension
class
ClassRuleExtension
class
IncludeExcludeExtension
class
JUnitFixtureMethodsExtension
Adapts the JUnitBefore
,After
,BeforeClass
andAfterClass
fixture mechanism to Spock.class
OptimizeRunOrderExtension
Inspired from JUnit's MaxCore.class
RuleExtension
-