faker_annotation 0.1.0
faker_annotation: ^0.1.0 copied to clipboard
Annotations for the faker code generator. Use @FakeIt() to generate fake factory functions for data classes.
Changelog #
0.1.0 #
- Initial release
- Added
@FakeIt()annotation for marking classes for fake factory generation - Added
@FakeAs()annotation for specifyingFakermethods to use for fields - Added
@FakeWith()annotation for custom fake functions - Added
Fakerclass providing comprehensive fake data generation methods