...
| Code Block |
|---|
import net.saff.theories.methods.api.* import java.util.* public class BetweenSupplierGroovyBetweenSupplier extends ParameterSupplier { public List getValues(test, ParameterSignature sig) { def annotation = sig.supplierAnnotation annotation.first()..annotation.last() } } |
...