Description
AutoParams is an arbitrary test data generator designed for parameterized tests in Java, drawing inspiration from AutoFixture.
Manually configuring test data can be cumbersome, especially when certain data is necessary but not critical to a specific test. AutoParams eliminates this hassle by automatically generating test arguments for your parameterized methods, allowing you to focus more on your domain-specific requirements.
Using AutoParams is straightforward. Simply annotate your parameterized test method with the @AutoSource annotation, in the same way you would use the @ValueSource or @CsvSource annotations. Once this is done, AutoParams takes care of generating appropriate test arguments automatically.
AutoParams alternatives and similar libraries
Based on the "Fixtures" category.
Alternatively, view AutoParams alternatives based on common mentions on social networks and blogs.
-
Fixture Monkey
Let Fixture Monkey generates fully-customizable, randomly populated instance. Focus on the properties of the class that really matter in your test.
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of AutoParams or a related project?