Uses of Interface
org.spockframework.runtime.extension.IGlobalExtension

Packages that use IGlobalExtension
org.spockframework.runtime   
org.spockframework.runtime.extension.builtin   
 

Uses of IGlobalExtension in org.spockframework.runtime
 

Methods in org.spockframework.runtime that return types with arguments of type IGlobalExtension
 java.util.List<IGlobalExtension> ExtensionRegistry.getExtensions()
           
 

Constructor parameters in org.spockframework.runtime with type arguments of type IGlobalExtension
ExtensionRunner(SpecInfo spec, java.util.List<IGlobalExtension> globalExtensions)
           
 

Uses of IGlobalExtension in org.spockframework.runtime.extension.builtin
 

Classes in org.spockframework.runtime.extension.builtin that implement IGlobalExtension
 class AbstractRuleExtension
           
 class ClassRuleExtension
           
 class IncludeExcludeExtension
           
 class JUnitFixtureMethodsExtension
          Adapts the JUnit Before, After, BeforeClass and AfterClass fixture mechanism to Spock.
 class OptimizeRunOrderExtension
          Inspired from JUnit's MaxCore.
 class RuleExtension
           
 



Copyright © 2013. All rights reserved