Popularity
4.0
Stable
Activity
9.1
-
347
19
58

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.

Programming language: Java
License: MIT License
Tags: Testing     Java     JUnit     Fixture     Projects     Kotlin     Fixtures     Test Automation    

AutoParams alternatives and similar libraries

Based on the "Fixtures" category.
Alternatively, view AutoParams alternatives based on common mentions on social networks and blogs.

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

Add another 'Fixtures' Library