org.spockframework.experimental
Class ScriptBasedUnrolledFeatureNameGenerator

java.lang.Object
  extended by org.spockframework.experimental.ScriptBasedUnrolledFeatureNameGenerator

public class ScriptBasedUnrolledFeatureNameGenerator
extends Object

Author:
Peter Niederwieser

Constructor Summary
ScriptBasedUnrolledFeatureNameGenerator(GroovyShell shell, FeatureInfo feature, Unroll unroll)
           
 
Method Summary
 String nameFor(Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptBasedUnrolledFeatureNameGenerator

public ScriptBasedUnrolledFeatureNameGenerator(GroovyShell shell,
                                               FeatureInfo feature,
                                               Unroll unroll)
Method Detail

nameFor

public String nameFor(Object[] args)


Copyright © 2010. All Rights Reserved.