From 6ab3c3027e5aaeb1ec34e4ce4ff2ebfdd7969225 Mon Sep 17 00:00:00 2001 From: Jinho Yim Date: Mon, 25 Nov 2024 20:04:13 +0900 Subject: [PATCH] Add AutoParams --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d61ee142..fa504ac8 100644 --- a/README.md +++ b/README.md @@ -1076,6 +1076,7 @@ _Testing for the software development process that emerged from TDD and was heav _Everything related to the creation and handling of random data._ +- [AutoParams](https://autoparams.github.io) - Supports generating test data or combining scenarios for parameterized tests in Java and Kotlin. - [Beanmother](https://github.com/keepcosmos/beanmother) - Sets up beans from YAML fixtures. - [Datafaker](https://github.com/datafaker-net/datafaker) - Modern fake data generator forked from Java Faker. - [Fixture Factory](https://github.com/six2six/fixture-factory) - Generates fake objects from a template.