Uses of Interface
com.github.nylle.javafixture.ISpecimen
-
Packages that use ISpecimen Package Description com.github.nylle.javafixture com.github.nylle.javafixture.specimen -
-
Uses of ISpecimen in com.github.nylle.javafixture
Methods in com.github.nylle.javafixture that return ISpecimen Modifier and Type Method Description <T> ISpecimen<T>SpecimenFactory. build(SpecimenType<T> type)Method parameters in com.github.nylle.javafixture with type arguments of type ISpecimen Modifier and Type Method Description TReflector. populate(CustomizationContext customizationContext, Map<String,ISpecimen<?>> specimens)<T> ObjectInstanceFactory. proxy(SpecimenType<T> type, Map<String,ISpecimen<?>> specimens)Constructor parameters in com.github.nylle.javafixture with type arguments of type ISpecimen Constructor Description ProxyInvocationHandler(SpecimenFactory specimenFactory, Map<String,ISpecimen<?>> specimens) -
Uses of ISpecimen in com.github.nylle.javafixture.specimen
Classes in com.github.nylle.javafixture.specimen that implement ISpecimen Modifier and Type Class Description classAbstractSpecimen<T>classArraySpecimen<T>classCollectionSpecimen<T,G>classEnumSpecimen<T>classGenericSpecimen<T>classInterfaceSpecimen<T>classMapSpecimen<T,K,V>classObjectSpecimen<T>classPrimitiveSpecimen<T>classTimeSpecimen<T>
-