faker_annotation 0.2.0
faker_annotation: ^0.2.0 copied to clipboard
Annotations for the faker code generator. Use @FakeIt() to generate fake factory functions for data classes.
Changelog #
0.2.0 #
- Added
@FakeAs.alwaysNull()annotation for always setting nullable fields tonull - Added
@FakeValue()annotation for setting constant values (primitives and complex objects)
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