Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRY refactor JavaClientCodegen test code, increase readability
- use fluent assertions - use helper method newTempFolder() - use Java 9 static factory methods for maps - don't declare variables that are only used once - group declarations and usages - use non-blocking java.nio.file API wherever possible
- Loading branch information