Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve DeltaDataTreeTest and migrate to JUnit 5 eclipse-platform#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 eclipse-platform#903
- Loading branch information