Uses of Class
com.github.nylle.javafixture.Context
-
Packages that use Context Package Description com.github.nylle.javafixture com.github.nylle.javafixture.specimen -
-
Uses of Context in com.github.nylle.javafixture
Constructors in com.github.nylle.javafixture with parameters of type Context Constructor Description SpecimenFactory(Context context) -
Uses of Context in com.github.nylle.javafixture.specimen
Constructors in com.github.nylle.javafixture.specimen with parameters of type Context Constructor Description AbstractSpecimen(SpecimenType<T> type, Context context, SpecimenFactory specimenFactory)ArraySpecimen(SpecimenType<T> type, Context context, SpecimenFactory specimenFactory)CollectionSpecimen(SpecimenType<T> type, Context context, SpecimenFactory specimenFactory)EnumSpecimen(SpecimenType<T> type, Context context)GenericSpecimen(SpecimenType<T> type, Context context, SpecimenFactory specimenFactory)InterfaceSpecimen(SpecimenType<T> type, Context context, SpecimenFactory specimenFactory)MapSpecimen(SpecimenType<T> type, Context context, SpecimenFactory specimenFactory)ObjectSpecimen(SpecimenType<T> type, Context context, SpecimenFactory specimenFactory)PrimitiveSpecimen(SpecimenType<T> type, Context context)TimeSpecimen(SpecimenType<T> type, Context context)
-