Skip to content

Conversation

@ptziegler
Copy link
Contributor

This replaces the following pattern with a simple assertThrows(...):

try {
   ...
   fail(...)
} catch (Exception e) {
}

This replaces the following pattern with a simple assertThrows(...):

try {
   ...
   fail(...)
} catch (Exception e) {
}
@github-actions
Copy link
Contributor

Test Results

   546 files  + 7     546 suites  +7   26m 21s ⏱️ - 5m 43s
 4 425 tests +54   4 408 ✅ +52   17 💤 +3  0 ❌  - 1 
16 746 runs  +54  16 619 ✅ +52  127 💤 +3  0 ❌  - 1 

Results for commit 01eef18. ± Comparison against base commit 2e13c10.

Copy link
Member

@akurtakov akurtakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@akurtakov akurtakov merged commit e3d73d5 into eclipse-platform:master Aug 13, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants