https://github.com/embulk/embulk-junit5-proto
Prototype for embulk-junit5 (to be removed after being merged into embulk-core)
https://github.com/embulk/embulk-junit5-proto
Last synced: 3 months ago
JSON representation
Prototype for embulk-junit5 (to be removed after being merged into embulk-core)
- Host: GitHub
- URL: https://github.com/embulk/embulk-junit5-proto
- Owner: embulk
- License: apache-2.0
- Created: 2024-08-06T08:31:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T06:31:30.000Z (6 months ago)
- Last Synced: 2025-02-23T05:06:36.680Z (3 months ago)
- Language: Java
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A playground to make embulk-junit5.
References
-----------* https://mike-neck.hatenadiary.com/entry/2020/03/17/100000
* https://github.com/junit-team/junit5/issues/3028
* https://github.com/fridujo/classpath-junit-extension
* https://github.com/fridujo/classpath-junit-extension/blob/fea10bd9eb0d465c5e3bd47d1d7c20f97a54213e/src/main/java/com/github/fridujo/classpath/junit/extension/jupiter/AbstractClasspathExtension.java
* https://github.com/fridujo/classpath-junit-extension/blob/1.0.0/src/main/java/com/github/fridujo/junit/extension/classpath/ModifiedClasspathExtension.java
* https://chatgpt.com/share/fb95bbce-3501-4eab-8d61-7bf7336c492c
* https://github.com/gradle/gradle/blob/v8.4.0/subprojects/testing-jvm/src/main/java/org/gradle/api/tasks/testing/Test.java#L1083-L1100
* https://twitter.com/dmikurube/status/1734830060044157296
* https://junit.org/junit5/docs/5.10.3/user-guide/#test-engines* https://twilog.togetter.com/dmikurube/date-231213