Closed HeikoKlare closed 3 months ago
1 734 files ±0 1 734 suites ±0 1h 35m 39s :stopwatch: + 12m 3s 3 973 tests ±0 3 951 :white_check_mark: ±0 22 :zzz: ±0 0 :x: ±0 12 516 runs ±0 12 353 :white_check_mark: ±0 163 :zzz: ±0 0 :x: ±0
Results for commit 59a88a6e. ± Comparison against base commit 45aa1a42.
:recycle: This comment has been updated with latest results.
This change removes non-useful messages from assertions in org.eclipse.core.tests.resources.regression. In cases where multiple assertions without proper messages are placed in subsequent lines of code, assertions are improved to provide better messages and help identifying the failing line of code. This particularly affects assertTrue/assertFalse statements that are replaced with assertThat().matches().
This also prepares for a migration of assertions to JUnit 5, which would otherwise require swapping of parameters, as the message parameter has been moved to the end of the parameter list.
Contributes to https://github.com/eclipse-platform/eclipse.platform/issues/903