Skip to content

Commit 123acf2

Browse files
committed
Improve DeltaDataTreeTest and migrate to JUnit 5 #903
This migrates the DeltaDataTreeTest to JUnit 5 and improves the test cases implementation. The test case implementations are improved as follows: - Replace manual exception processing with assertThrows() or having the method throw the exception to be handles by the JUnit framework - Replace assertTrue()/assertFalse() with assertThat().matches() to improve error messages Contributes to #903
1 parent 12179d8 commit 123acf2

File tree

2 files changed

+214
-444
lines changed

2 files changed

+214
-444
lines changed

resources/tests/org.eclipse.core.tests.resources/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Require-Bundle: org.eclipse.core.resources,
3737
Import-Package: org.assertj.core.api,
3838
org.junit.jupiter.api,
3939
org.junit.jupiter.api.extension,
40+
org.junit.jupiter.api.function,
4041
org.junit.jupiter.api.io,
4142
org.junit.platform.suite.api,
4243
org.mockito

0 commit comments

Comments
 (0)