Skip to content

Commit

Permalink
Use official TempFolder extension for JUnit 5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jun 4, 2018
1 parent f8c576e commit 3c6bbd2
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 116 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.2.0'
testCompile 'org.junit.platform:junit-platform-launcher:1.2.0'
testCompile 'org.junit-pioneer:junit-pioneer:0.1-SNAPSHOT'
testRuntime 'org.apache.logging.log4j:log4j-core:2.11.0'
testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.0'
testCompile 'org.mockito:mockito-core:2.18.3'
Expand Down
Loading

0 comments on commit 3c6bbd2

Please sign in to comment.