Pragmatists / JUnitParamsLinks
Parameterised tests that don't suck
☆893Updated 2 years ago
Alternatives and similar repositories for JUnitParams
Users that are interested in JUnitParams are comparing it to the libraries listed below
Sorting:
- Write JSON unit tests in less code. Great for testing REST interfaces.☆1,043Updated last year
- EqualsVerifier can be used in Java unit tests to verify whether the contract for the equals and hashCode methods is met.☆733Updated last week
- Compare JSON in your Unit Tests☆952Updated last week
- A collection of JUnit rules for testing code which uses java.lang.System.☆553Updated 2 years ago
- A TestNG like dataprovider runner for JUnit with many additional features☆249Updated last month
- The simple, stupid random Java beans/records generator☆1,648Updated last year
- Java fake data generator☆745Updated last year
- Awaitility is a small Java DSL for synchronizing asynchronous operations☆3,972Updated 8 months ago
- Feature Flags for the Java platform☆1,006Updated 2 weeks ago
- Toolkit for testing multi-threaded and asynchronous applications☆427Updated last year
- Fluent testing assertions for Java and the JVM☆2,769Updated this week
- Java (and original) version of Hamcrest☆2,172Updated 8 months ago
- A Java Code Generator for Pojo Builders☆334Updated 2 months ago
- Efficient execution and functional composition of database calls using jdbc and RxJava Observables☆803Updated 3 weeks ago
- Examples illustrating AssertJ assertions☆393Updated 3 months ago
- This project creates a global extension to Spock to create test reports.☆275Updated last year
- PODAM - POjo DAta Mocker☆334Updated last year
- Behavior-Driven Development in plain Java☆457Updated this week
- Spock example specifications along with ready-to-go Gradle and Maven builds☆784Updated 2 weeks ago
- Package to support internationalization, containing ISO 3166-1 country code enum, ISO 639-1 language code enum, etc.☆400Updated last year
- JUnit 5 Extension Pack☆604Updated 2 months ago
- faked out in-memory mongo for java☆526Updated 5 years ago
- Infinitest: The Continuous Test Runner for the JVM☆595Updated 7 months ago
- gradle-release is a plugin for providing a Maven-like release process for projects using Gradle☆880Updated 10 months ago
- The Enterprise-ready testing and specification framework.☆3,614Updated last week
- MockNeat - the modern faker lib.☆536Updated 2 years ago
- Rare, hard-to-write utilities that are thoroughly tested☆430Updated this week
- JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction…☆1,119Updated 2 weeks ago
- jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple s…☆2,121Updated last year
- Automatic generation of the Builder pattern for Java