FAQ
I would like to add an additional type
Mock Magic includes an extension seam: call Mock.RegisterToken(name, factory) or Mock.RegisterGenerator<T>(name, factory) to add your own data type without modifying the package. Registered names are immediately usable as {{name}} tokens inside Mock.Parse. For built-in additions you'd like to see in the package, contact me on Discord.
How do I make tests reproducible?
Call Mock.Seed(seed) at the start of the run and pair it with Mock.UseDateReference(...) for date-sensitive output. Call Mock.ResetSeed() when the deterministic section ends. The Generator window's Stable mode applies the same idea for editor previews.