forked from eclipse-platform/eclipse.platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify and improve assertions in Ant core tests eclipse-platform#903
Simplifies and/or improves several assertions in org.eclipse.ant.core.tests - Replace assertTrue/assertFalse with assertEquals/assertThat - Remove obsolete assertions messages just repeating the assertions This also prepares for a migration of assertions to JUnit 5. Contributes to eclipse-platform#903
- Loading branch information
1 parent
ea7fa2a
commit cfbe51d
Showing
7 changed files
with
124 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.