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 classAbstractRuleExtensionclassClassRuleExtensionclassIncludeExcludeExtensionclassJUnitFixtureMethodsExtensionAdapts the JUnitBefore,After,BeforeClassandAfterClassfixture mechanism to Spock.classOptimizeRunOrderExtensionInspired from JUnit's MaxCore.classRuleExtension
-