Skip to content

Commit

Permalink
DRY refactor JavaClientCodegen test code, increase readability
Browse files Browse the repository at this point in the history
- 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
Philzen committed Jun 2, 2024
1 parent a7ea853 commit de860f2
Showing 1 changed file with 1,010 additions and 1,866 deletions.
Loading

0 comments on commit de860f2

Please sign in to comment.