Skip to content

Commit 7344b7c

Browse files
Fix Egor's migration
1 parent 9329c1d commit 7344b7c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

utbot-framework-test/src/test/kotlin/org/utbot/examples/collections/QueueUsagesTest.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package org.utbot.examples.collections
22

33
import org.junit.jupiter.api.Disabled
44
import org.junit.jupiter.api.Test
5-
import org.utbot.examples.UtValueTestCaseChecker
6-
import org.utbot.examples.eq
7-
import org.utbot.examples.isException
8-
import org.utbot.framework.codegen.CodeGeneration
95
import org.utbot.framework.plugin.api.CodegenLanguage
6+
import org.utbot.testcheckers.eq
7+
import org.utbot.tests.infrastructure.CodeGeneration
8+
import org.utbot.tests.infrastructure.UtValueTestCaseChecker
9+
import org.utbot.tests.infrastructure.isException
1010

1111
class QueueUsagesTest : UtValueTestCaseChecker(
1212
testClass = QueueUsages::class,

utbot-framework-test/src/test/kotlin/org/utbot/examples/structures/StandardStructuresTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ import java.util.LinkedList
1212
import java.util.TreeMap
1313
import org.junit.jupiter.api.Disabled
1414
import org.junit.jupiter.api.Test
15+
import org.utbot.framework.plugin.api.CodegenLanguage
1516
import org.utbot.testcheckers.eq
17+
import org.utbot.tests.infrastructure.CodeGeneration
1618

1719
internal class StandardStructuresTest : UtValueTestCaseChecker(
1820
testClass = StandardStructures::class,

0 commit comments

Comments
 (0)