An open API service indexing awesome lists of open source software.

https://github.com/jqwik-team/jqwik

Property-Based Testing on the JUnit Platform
https://github.com/jqwik-team/jqwik

hacktoberfest junit junit5 quickcheck

Last synced: about 2 months ago
JSON representation

Property-Based Testing on the JUnit Platform

Awesome Lists containing this project

README

        

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.jqwik/jqwik/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.jqwik/jqwik)
[![Javadocs](http://javadoc.io/badge/net.jqwik/jqwik-api.svg)](https://jqwik.net/docs/current/javadoc/index.html)
[![CI Status](https://github.com/jqwik-team/jqwik/workflows/CI/badge.svg?branch=main)](https://github.com/jqwik-team/jqwik/actions)

# jqwik

An alternative
[test engine for the JUnit 5 platform](https://junit.org/junit5/docs/current/user-guide/#launcher-api-engines-custom)
that focuses on Property-Based Testing.

## See the [jqwik website](http://jqwik.net) for further details and documentation.