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 TypeClassDescriptionclass
class
class
class
Adapts the JUnitBefore
,After
,BeforeClass
andAfterClass
fixture mechanism to Spock.class
Inspired from JUnit's MaxCore.class