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

https://github.com/openrewrite/rewrite-testing-frameworks

OpenRewrite recipes that perform common Java testing migration tasks.
https://github.com/openrewrite/rewrite-testing-frameworks

openrewrite openrewrite-recipes

Last synced: 5 months ago
JSON representation

OpenRewrite recipes that perform common Java testing migration tasks.

Awesome Lists containing this project

README

          






OpenRewrite Logo



rewrite-testing-frameworks


[![ci](https://github.com/openrewrite/rewrite-testing-frameworks/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite-testing-frameworks/actions/workflows/ci.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite.recipe/rewrite-testing-frameworks.svg)](https://mvnrepository.com/artifact/org.openrewrite.recipe/rewrite-testing-frameworks)
[![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.openrewrite.org/scans)
[![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-informational)](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md)

### What is this?

This project implements a [Rewrite module](https://github.com/openrewrite/rewrite) that performs common Java testing migration tasks, like migrating from JUnit 4 to JUnit 5.

Browse [a selection of recipes available through this module in the recipe catalog](https://docs.openrewrite.org/recipes/java/testing).

## Contributing

We appreciate all types of contributions. See the [contributing guide](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md) for detailed instructions on how to get started.

### Licensing

For more information about licensing, please visit our [licensing page](https://docs.openrewrite.org/licensing/openrewrite-licensing).