org.spockframework.runtime
Class ExtensionRunner

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

public class ExtensionRunner
extends java.lang.Object

Runs global and local extensions for a spec.


Constructor Summary
ExtensionRunner(SpecInfo spec, java.util.List<IGlobalExtension> globalExtensions)
           
 
Method Summary
 void run()
           
 void runAnnotationDrivenExtensions()
           
 void runAnnotationDrivenExtensions(SpecInfo spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionRunner

public ExtensionRunner(SpecInfo spec,
                       java.util.List<IGlobalExtension> globalExtensions)
Method Detail

run

public void run()

runAnnotationDrivenExtensions

public void runAnnotationDrivenExtensions()

runAnnotationDrivenExtensions

public void runAnnotationDrivenExtensions(SpecInfo spec)


Copyright © 2013. All rights reserved