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 {
1010 implementation(project(' :utbot-instrumentation' ))
1111 testImplementation project(' :utbot-sample' )
1212 testImplementation group : ' junit' , name : ' junit' , version : junit4Version
13+ testImplementation project(' :utbot-framework-test' ). sourceSets. test. output
1314 testImplementation project(' :utbot-framework' ). sourceSets. test. output
1415}
1516
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package examples
33import org.junit.jupiter.api.*
44import org.utbot.common.WorkaroundReason
55import org.utbot.common.workaround
6- import org.utbot.tests.infrastructure.UtValueTestCaseChecker
7- import org.utbot.tests.infrastructure.CoverageMatcher
86import org.utbot.framework.UtSettings.checkNpeInNestedMethods
97import org.utbot.framework.UtSettings.checkNpeInNestedNotPrivateMethods
108import org.utbot.framework.UtSettings.checkSolverTimeoutMillis
@@ -13,7 +11,7 @@ import org.utbot.framework.plugin.api.util.UtContext
1311import org.utbot.framework.plugin.api.util.executableId
1412import org.utbot.summary.comment.nextSynonyms
1513import org.utbot.summary.summarize
16- import org.utbot.tests.infrastructure.TestExecution
14+ import org.utbot.testing
1715import kotlin.reflect.KClass
1816import kotlin.reflect.KFunction
1917
You can’t perform that action at this time.
0 commit comments