Skip to content

Conversation

@vogella
Copy link
Contributor

@vogella vogella commented Jan 3, 2026

  • Updated imports to use org.junit.jupiter.api.*.
  • Replaced @before with @beforeeach and @after with @AfterEach.
  • Replaced @ignore with @disabled.
  • Converted @rule CloseTestWindowsRule to @ExtendWith(CloseTestWindowsExtension.class).
  • Updated assertions to follow the JUnit 5 argument order (expected, actual, message).

* Updated imports to use org.junit.jupiter.api.*.
* Replaced @before with @beforeeach and @after with @AfterEach.
* Replaced @ignore with @disabled.
* Converted @rule CloseTestWindowsRule to
@ExtendWith(CloseTestWindowsExtension.class).
* Updated assertions to follow the JUnit 5 argument order (expected,
actual, message).
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

Test Results

 3 015 files  ±0   3 015 suites  ±0   2h 11m 59s ⏱️ + 5m 35s
 8 258 tests ±0   8 010 ✅ ±0  248 💤 ±0  0 ❌ ±0 
23 598 runs  ±0  22 807 ✅ ±0  791 💤 ±0  0 ❌ ±0 

Results for commit f754307. ± Comparison against base commit e358cd6.

@vogella vogella merged commit 46febbb into eclipse-platform:master Jan 3, 2026
18 checks passed
@vogella vogella deleted the keys branch January 3, 2026 17:30
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.

1 participant