File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
utbot-framework-test/src/test
java/org/utbot/examples/manual
kotlin/org/utbot/examples Expand file tree Collapse file tree 3 files changed +6
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ package org.utbot.examples.collections
2
2
3
3
import org.junit.jupiter.api.Disabled
4
4
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
9
5
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
10
10
11
11
class QueueUsagesTest : UtValueTestCaseChecker (
12
12
testClass = QueueUsages : :class,
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ import java.util.LinkedList
12
12
import java.util.TreeMap
13
13
import org.junit.jupiter.api.Disabled
14
14
import org.junit.jupiter.api.Test
15
+ import org.utbot.framework.plugin.api.CodegenLanguage
15
16
import org.utbot.testcheckers.eq
17
+ import org.utbot.tests.infrastructure.CodeGeneration
16
18
17
19
internal class StandardStructuresTest : UtValueTestCaseChecker (
18
20
testClass = StandardStructures : :class,
You can’t perform that action at this time.
0 commit comments