-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add example for using Java's source launcher #656
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
base: main
Are you sure you want to change the base?
Conversation
|
I noticed that with a failing test, the user experience is quite noisy (scary!).
|
|
Here, I'd like to keep some detailed information about where the control flow was and where the exception was generated. Hiding too much details hinders to understand which part of the software was in control. So, only pruning extra frames in 1. and 2. that don't contain interesting information is a good thing, while I totally agree with 3. |
Overview
Please review this change to add an example for using Java's source launcher using the
org.junit.startmodule in a compact source file.Work Items
Updater.javaandStagingRepoInjector.javaI hereby agree to the terms of the JUnit Contributor License Agreement.