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

autofixture.interfaces.InstanceField Maven / Gradle / Ivy

package autofixture.interfaces;

import com.google.common.reflect.TypeToken;

/**
 * Created by grzes on 20.03.2017.
 */
public interface InstanceField {
    TypeToken resolveActualType();

    void setValueUsing(FixtureContract fixture) throws IllegalAccessException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy