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 1 month 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.

## Maintenance Mode

> Currently, jqwik is in pure maintenance mode.
> That means, that as long as no further sponsoring or
> other funding shows up,
> no further feature development will take place -
> unless the jqwik team has some personal interest in such a feature.
>
> What will happen, though, is a regular update of upstream
> dependencies - like the JUnit platform -
> and fixing crucial bugs.
> The triage of bugs into "crucial" and "non-crucial" is
> fully up to the jqwik team.