faker_gen 0.1.0
faker_gen: ^0.1.0 copied to clipboard
Code generator for fake factory functions. Generates fakeClassName() functions for classes annotated with @FakeIt().
Changelog #
0.1.0 #
- Initial release
- Code generator for
@FakeIt()annotated classes - Generates
fakeClassName()factory functions with optional parameter overrides - Support for
@FakeAs()to customize field generation usingFakermethods - Support for
@FakeWith()for custom fake functions - Support for nested classes and complex type hierarchies
- Support for primitive types, collections (
List,Set,Map), and nullable types