org.spockframework.runtime
Class ExtensionRegistry

java.lang.Object
  extended by org.spockframework.runtime.ExtensionRegistry

public class ExtensionRegistry
extends java.lang.Object

Collects all Spock extensions found on the class path (via their descriptor).

Author:
Peter Niederwieser

Method Summary
 java.util.List<IGlobalExtension> getExtensions()
           
 void loadExtensions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadExtensions

public void loadExtensions()

getExtensions

public java.util.List<IGlobalExtension> getExtensions()


Copyright © 2013. All rights reserved