Class GlobalExtensionRegistry

java.lang.Object
org.spockframework.runtime.GlobalExtensionRegistry
All Implemented Interfaces:
IConfigurationRegistry, IExtensionRegistry

public class GlobalExtensionRegistry extends Object implements IExtensionRegistry, IConfigurationRegistry
Maintains a registry of global Spock extensions and their configuration objects, which can be used to configure other extensions.
Author:
Peter Niederwieser