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

https://github.com/ttypic/class-retrying-test


https://github.com/ttypic/class-retrying-test

junit-pioneer junit5 kotlin ksp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# KSP processor that fixes junit RetryingTest parallel execution

`@RetryingTest` force the execution onto a single thread, which is the parent node's thread.
This has the disadvantage that several retrying tests in the same class will all run sequentially.

This is an [open issue](https://github.com/junit-pioneer/junit-pioneer/issues/276) in JUnit Pioneer project.

This project provides annotation `@ClassRetryingTest` along with
KSP processor, that automatically wrap each test into
generated class