Skip to content

Commit 6e5cd0e

Browse files
committed
Fix sammaries
1 parent f8dd8fc commit 6e5cd0e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

utbot-summary-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

utbot-summary-tests/src/test/kotlin/examples/SummaryTestCaseGeneratorTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package examples
33
import org.junit.jupiter.api.*
44
import org.utbot.common.WorkaroundReason
55
import org.utbot.common.workaround
6-
import org.utbot.tests.infrastructure.UtValueTestCaseChecker
7-
import org.utbot.tests.infrastructure.CoverageMatcher
86
import org.utbot.framework.UtSettings.checkNpeInNestedMethods
97
import org.utbot.framework.UtSettings.checkNpeInNestedNotPrivateMethods
108
import org.utbot.framework.UtSettings.checkSolverTimeoutMillis
@@ -13,7 +11,7 @@ import org.utbot.framework.plugin.api.util.UtContext
1311
import org.utbot.framework.plugin.api.util.executableId
1412
import org.utbot.summary.comment.nextSynonyms
1513
import org.utbot.summary.summarize
16-
import org.utbot.tests.infrastructure.TestExecution
14+
import org.utbot.testing
1715
import kotlin.reflect.KClass
1816
import kotlin.reflect.KFunction
1917

0 commit comments

Comments
 (0)