-
-
Notifications
You must be signed in to change notification settings - Fork 86
Load wrapper plugins on dedicated class loaders for better isolation #2578
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
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
|
@copilot refactor the tests to use assertj assertions instead of junit ones |
Refactored both test classes to use AssertJ assertions instead of JUnit ones. Changes include:
Commit: bb6b3cb |
bb6b3cb to
135ba71
Compare
🧪 CI InsightsHere's what we observed from your CI run for b0c0683. 🟢 All jobs passed!But CI Insights is watching 👀 |
Co-authored-by: robfrank <413587+robfrank@users.noreply.github.com>
Co-authored-by: robfrank <413587+robfrank@users.noreply.github.com>
Co-authored-by: robfrank <413587+robfrank@users.noreply.github.com>
135ba71 to
b0c0683
Compare
Load wrappers on separate class loader
Analysis completed:
Implementation completed:
Implementation details:
assertTrue,assertEquals,assertNull, etc.) to AssertJ (assertThat(...).isTrue(),assertThat(...).isEqualTo(...),assertThat(...).isNull(), etc.)Key Features:
Testing completed:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.