Update junit dependency 4.12 -> 4.13.2 in tests
This commit is contained in:
committed by
TeamCityServer
parent
af8faadca5
commit
317b0b4495
+1
-1
@@ -1,4 +1,4 @@
|
||||
|
||||
// // org.junit.Assert.assertThrows was added in 4.13, compilation should fail
|
||||
@file:DependsOn("junit:junit:(4.11,4.12]")
|
||||
|
||||
org.junit.Assert.assertThrows(NullPointerException::class.java) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
|
||||
// org.junit.Assert.assertThrows was added in 4.13, compilation should be fine
|
||||
@file:DependsOn("junit:junit:(4.12,5.0)")
|
||||
|
||||
org.junit.Assert.assertThrows(NullPointerException::class.java) {
|
||||
|
||||
Reference in New Issue
Block a user