https://github.com/basil/surefire-2087-mre
SUREFIRE-2087 Minimal Reproducible Example (MRE)
https://github.com/basil/surefire-2087-mre
Last synced: about 1 year ago
JSON representation
SUREFIRE-2087 Minimal Reproducible Example (MRE)
- Host: GitHub
- URL: https://github.com/basil/surefire-2087-mre
- Owner: basil
- License: apache-2.0
- Created: 2022-09-21T21:38:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T21:39:28.000Z (over 3 years ago)
- Last Synced: 2025-02-04T16:44:54.432Z (over 1 year ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a buggy `Calculator` class and a JUnit 4 parameterized test that exposes the bug in one parameter and does not expose the bug in a different parameter. When JUnit 4 is used to run the test in the `expected/` subdirectory, the test fails as expected. When JUnit 5 Vintage is used to run the test in the `actual/` subdirectory, the test is erroneously marked as flaky and the build passes (erroneously) as described in [SUREFIRE-2087](https://issues.apache.org/jira/browse/SUREFIRE-2087).