com.github.goldin.spock.extensions.with.WithExtension.groovy Maven / Gradle / Ivy
The newest version!
package com.github.goldin.spock.extensions.with
import org.gcontracts.annotations.Ensures
import org.gcontracts.annotations.Requires
import org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension
import org.spockframework.runtime.model.FeatureInfo
import org.spockframework.runtime.model.SpecInfo
/**
* {@code @With} extension.
*/
class WithExtension extends AbstractAnnotationDrivenExtension
{
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy