fake
Generates fake data for T using the global Fiktion configuration.
Generates fake data for T using this Fiktion instance.
Deprecated (with error)
Use the reified fake<T>() overload.
Generates fake data for T using the global Fiktion configuration and explicit type.
This low-level overload is intended for callers that already carry a KType. The caller must keep type and T consistent.
Deprecated (with error)
Use the reified Fiktion.fake<T>() overload.
Generates fake data for T using this Fiktion instance and explicit type.
This low-level overload is intended for callers that already carry a KType. The caller must keep type and T consistent.