Update and rename StructuralJumpTest.kt to StructuralJumpUnitTest.kt
This commit is contained in:
parent
9eb81e7059
commit
0b792c58f2
@ -4,7 +4,7 @@ import org.junit.Test
|
|||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
import kotlin.test.assertFalse
|
import kotlin.test.assertFalse
|
||||||
|
|
||||||
class StructuralJumpTest {
|
class StructuralJumpUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun givenLoop_whenBreak_thenComplete() {
|
fun givenLoop_whenBreak_thenComplete() {
|
||||||
@ -118,4 +118,4 @@ class StructuralJumpTest {
|
|||||||
}
|
}
|
||||||
assertEquals("hello", result)
|
assertEquals("hello", result)
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user