File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import com.fasterxml.jackson.databind.DeserializationFeature
44import com.fasterxml.jackson.databind.exc.MismatchedInputException
55import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
66import com.fasterxml.jackson.module.kotlin.readValue
7- import junit.framework.TestCase .assertEquals
7+ import org. junit.jupiter.api.Assertions .assertEquals
88import org.junit.jupiter.api.Assertions.assertThrows
99import org.junit.jupiter.api.Test
1010
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package com.fasterxml.jackson.module.kotlin.test
22
33import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
44import com.fasterxml.jackson.module.kotlin.readValue
5- import junit.framework.TestCase .assertEquals
6- import junit.framework.TestCase .assertTrue
5+ import org. junit.jupiter.api.Assertions .assertEquals
6+ import org. junit.jupiter.api.Assertions .assertTrue
77import org.junit.jupiter.api.Nested
88import org.junit.jupiter.api.Test
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package com.fasterxml.jackson.module.kotlin.test.github
33import com.fasterxml.jackson.annotation.JsonKey
44import com.fasterxml.jackson.module.kotlin.jacksonMapperBuilder
55import com.fasterxml.jackson.module.kotlin.testPrettyWriter
6- import junit.framework.TestCase .assertEquals
6+ import org. junit.jupiter.api.Assertions .assertEquals
77import org.junit.jupiter.api.Test
88
99class Github536 {
You can’t perform that action at this time.
0 commit comments