Skip to content

Commit

Permalink
Merge pull request #1045 from Sandhya2902/Update-to-Junit5-test
Browse files Browse the repository at this point in the history
Update to Junit 5
  • Loading branch information
Raibaz committed Feb 9, 2023
2 parents 0047d0b + 70b040f commit 6c7a06c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/mockk/src/jvmTest/kotlin/io/mockk/it/RurfTest.kt
Expand Up @@ -2,7 +2,7 @@ package io.mockk.it

import io.mockk.*
import io.mockk.impl.annotations.MockK
import kotlin.test.Test
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith
import kotlin.test.assertTrue
Expand Down
Expand Up @@ -4,7 +4,7 @@ package io.mockk.it

import io.mockk.every
import io.mockk.verify
import kotlin.test.Test
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals
import kotlin.test.fail

Expand Down
Expand Up @@ -5,7 +5,7 @@ import io.mockk.mockkStatic
import io.mockk.unmockkStatic
import io.mockk.verify
import java.time.Instant
import kotlin.test.Test
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotEquals

Expand Down
Expand Up @@ -2,7 +2,7 @@ package io.mockk.it

import io.mockk.MockKException
import io.mockk.every
import kotlin.test.Test
import org.junit.jupiter.api.Test
import kotlin.test.assertFailsWith

/**
Expand Down
Expand Up @@ -3,7 +3,7 @@ package io.mockk.it
import io.mockk.*
import org.hamcrest.CoreMatchers.equalTo
import org.hamcrest.MatcherAssert.assertThat
import kotlin.test.Test
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals
import kotlin.test.assertFails
import kotlin.test.assertFailsWith
Expand Down
Expand Up @@ -3,7 +3,7 @@ package io.mockk.it
import io.mockk.every
import io.mockk.mockk
import java.util.concurrent.TimeUnit
import kotlin.test.Test
import org.junit.jupiter.api.Test

/**
* Test related to GitHub issue #69
Expand Down

0 comments on commit 6c7a06c

Please sign in to comment.