Uses of Interface
org.spockframework.runtime.extension.IGlobalExtension
Packages that use IGlobalExtension
-
Uses of IGlobalExtension in org.spockframework.runtime
Methods in org.spockframework.runtime that return types with arguments of type IGlobalExtensionConstructor parameters in org.spockframework.runtime with type arguments of type IGlobalExtensionModifierConstructorDescriptionExtensionRunner(SpecInfo spec, List<IGlobalExtension> globalExtensions) -
Uses of IGlobalExtension in org.spockframework.runtime.extension.builtin
Classes in org.spockframework.runtime.extension.builtin that implement IGlobalExtensionModifier and TypeClassDescriptionclassclassclassclassAdapts the JUnitBefore,After,BeforeClassandAfterClassfixture mechanism to Spock.classInspired from JUnit's MaxCore.class