Uses of Interface
org.spockframework.runtime.IExtensionRegistry
Packages that use IExtensionRegistry
-
Uses of IExtensionRegistry in org.spockframework.runtime
Classes in org.spockframework.runtime that implement IExtensionRegistryModifier and TypeClassDescriptionclassMaintains a registry of global Spock extensions and their configuration objects, which can be used to configure other extensions.Constructors in org.spockframework.runtime with parameters of type IExtensionRegistryModifierConstructorDescriptionExtensionRunner(SpecInfo spec, IExtensionRegistry extensionRegistry, IConfigurationRegistry configurationRegistry)