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

autofixture.interfaces.InlineConstrainedGenerator Maven / Gradle / Ivy

There is a newer version: 2.1.10
Show newest version
package autofixture.interfaces;

import com.google.common.reflect.TypeToken;

/**
 * Created by astral on 28.03.15.
 */
public interface InlineConstrainedGenerator {
  T next(TypeToken type, FixtureContract fixture);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy