-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract launcher core out of tester plugin #63
Comments
This can not be a part of JUnit ? |
Good idea. Should work ... but would require @junit-team What do you think? |
Started project IsolatorModule LoaderRunner/WorkerNoteThe first client of |
With junit-team/junit5#797 being implemented and shipping soon with JUnit Platform 1.6.x ... |
As of today, JUnit Platform 1.6.0 is GA. Use |
yes, go for it ! |
I'd like to extract the core functionality from the tester-plugin into a standalone module living on "central". This new module could be used by any framework, including pro, that needs to launch the JUnit Platform in a modular testing environment.
Types to be extracted
From package: https://github.com/forax/pro/blob/master/plugins/tester/src/main/java/com.github.forax.pro.plugin.tester/com/github/forax/pro/plugin/tester/
TestConf.java
-- holding the test setup configuration fixture ... storyTesterRunner.java
-- launching the test run for a given instance ofTestConf
TesterPlugin.java
-- doing bootstrap work creating module layer, class loaders, etc... like:pro/plugins/tester/src/main/java/com.github.forax.pro.plugin.tester/com/github/forax/pro/plugin/tester/TesterPlugin.java
Lines 86 to 100 in cae819e
What do you think, @forax?
The text was updated successfully, but these errors were encountered: