File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies {
10
10
implementation(project(' :utbot-instrumentation' ))
11
11
testImplementation project(' :utbot-sample' )
12
12
testImplementation group : ' junit' , name : ' junit' , version : junit4Version
13
+ testImplementation project(' :utbot-framework-test' ). sourceSets. test. output
13
14
testImplementation project(' :utbot-framework' ). sourceSets. test. output
14
15
}
15
16
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package examples
3
3
import org.junit.jupiter.api.*
4
4
import org.utbot.common.WorkaroundReason
5
5
import org.utbot.common.workaround
6
- import org.utbot.tests.infrastructure.UtValueTestCaseChecker
7
- import org.utbot.tests.infrastructure.CoverageMatcher
8
6
import org.utbot.framework.UtSettings.checkNpeInNestedMethods
9
7
import org.utbot.framework.UtSettings.checkNpeInNestedNotPrivateMethods
10
8
import org.utbot.framework.UtSettings.checkSolverTimeoutMillis
@@ -13,7 +11,7 @@ import org.utbot.framework.plugin.api.util.UtContext
13
11
import org.utbot.framework.plugin.api.util.executableId
14
12
import org.utbot.summary.comment.nextSynonyms
15
13
import org.utbot.summary.summarize
16
- import org.utbot.tests.infrastructure.TestExecution
14
+ import org.utbot.testing
17
15
import kotlin.reflect.KClass
18
16
import kotlin.reflect.KFunction
19
17
You can’t perform that action at this time.
0 commit comments