Skip to content

Commit 2ca00a4

Browse files
author
Bruce Eckel
committed
Closer to working with JUnit5
1 parent 2161792 commit 2ca00a4

19 files changed

+27
-729
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ subprojects {
161161
// If you also want to support JUnit 3 and JUnit 4 tests
162162
testCompile("junit:junit:${junit4Version}")
163163
testRuntime("org.junit.vintage:junit-vintage-engine:${junitVintageVersion}")*/
164-
compile "org.junit.jupiter:junit-jupiter-api:5.0.0-M2"
164+
compile "org.junit.jupiter:junit-jupiter-api:5.0.0-M2"
165165
testCompile "org.junit.jupiter:junit-jupiter-api:5.0.0-M2"
166166
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.0.0-M2"
167167
/* testCompile "junit:junit:4.12"

test/ConfigureLogging.java

Lines changed: 0 additions & 102 deletions
This file was deleted.

test/CustomHandler.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

test/InfoLogging.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/InfoLogging2.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

test/LogToFile.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/LogToFile2.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)