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

com.blogspot.toomuchcoding.spock.subjcollabs.Injector.groovy Maven / Gradle / Ivy

package com.blogspot.toomuchcoding.spock.subjcollabs

import groovy.transform.PackageScope
import org.spockframework.runtime.model.FieldInfo
import spock.lang.Specification

import java.lang.reflect.Field

@PackageScope
interface Injector {
    boolean tryToInject(Collection injectionCandidates, Specification specInstance, FieldInfo fieldInfo)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy