Package com.github.nylle.javafixture
Class SpecimenFactory
- java.lang.Object
-
- com.github.nylle.javafixture.SpecimenFactory
-
public class SpecimenFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SpecimenFactory(Context context)
-
-
-
Constructor Detail
-
SpecimenFactory
public SpecimenFactory(Context context)
-
-
Method Detail
-
build
public <T> ISpecimen<T> build(SpecimenType<T> type)
-
-