All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.goldin.spock.extensions.with.With.groovy Maven / Gradle / Ivy

The newest version!
package com.github.goldin.spock.extensions.with

import java.lang.annotation.ElementType
import java.lang.annotation.Retention
import java.lang.annotation.RetentionPolicy
import java.lang.annotation.Target
import org.spockframework.runtime.extension.ExtensionAnnotation


/**
 * Extension wrapping test method by a number of with{ .. } blocks using objects specified.
 */
@Retention( RetentionPolicy.RUNTIME )
@Target([ ElementType.TYPE, ElementType.METHOD ])
@ExtensionAnnotation( WithExtension )
@interface With {
    Class value()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy