-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Samuel Beausoleil edited this page Mar 22, 2022
·
2 revisions
Factorium is a data generation framework that aims to simplify test creation by allowing you to focus on what really matters: the behavior of your application and not wasting time on creating valid objects sets.
It is recommended to read the pages of this wiki in the following order:
- Generator: to learn the core class of the framework
- Modifiers: how to modify newly created objects
- Factories: how to group similar generators
- FactoryProvider: Centralizing all your generators