unit_test_generator 1.0.1
unit_test_generator: ^1.0.1 copied to clipboard
Auto-generate AAA-structured unit test boilerplate for Flutter repositories, data sources, and use cases.
1.0.0 #
🎉 Initial Release
- Introduced the
unit_test_generatorCLI tool. - Automatically generates unit test files for:
- Remote Data Sources
- Repositories
- Use Cases
- Implements the AAA (Arrange – Act – Assert) testing pattern.
- Supports automatic fake value generation for:
- Primitive types (
int,double,String,bool) - Collections (
List,Set,Map)
- Primitive types (
- Provides easy CLI command:
dart run unit_test_generator