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
- Host: GitHub
- URL: https://github.com/ttypic/class-retrying-test
- Owner: ttypic
- License: mit
- Created: 2022-12-04T16:14:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T16:15:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T21:35:07.809Z (8 months ago)
- Topics: junit-pioneer, junit5, kotlin, ksp
- Language: Kotlin
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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