deepl-java
deepl-java copied to clipboard
Migrate deepl-test-app to JUnit 5
trafficstars
Ahoy, @JanEbbing! 👋
The integration test in the sample project is based on the older JUnit 4. This PR migrates it to JUnit 5.10.0 to be in sync with the main project. I think the Maven profiles buildProject / runIntegrationTests can also be eliminated in favor of the more universal mvn package -DskipTests. Look forward to hearing what you think.
@JanEbbing, this pull request has been sitting here for a while. Are there any feedback points that need to be addressed before it can be approved for merging?