@@ -5,14 +5,18 @@ import org.utbot.framework.codegen.CodeGeneratorResult
5
5
import org.utbot.framework.codegen.domain.ForceStaticMocking
6
6
import org.utbot.framework.codegen.domain.HangingTestsTimeout
7
7
import org.utbot.framework.codegen.domain.ParametrizedTestSource
8
- import org.utbot.framework.codegen.PythonImport
9
8
import org.utbot.framework.codegen.domain.RuntimeExceptionTestsBehaviour
10
9
import org.utbot.framework.codegen.domain.StaticsMocking
11
10
import org.utbot.framework.codegen.domain.TestFramework
11
+ import org.utbot.framework.codegen.domain.context.CgContext
12
+ import org.utbot.framework.codegen.domain.models.CgLiteral
12
13
import org.utbot.framework.codegen.domain.models.CgMethodTestSet
14
+ import org.utbot.framework.codegen.domain.models.CgVariable
15
+ import org.utbot.framework.codegen.domain.models.CgAssignment
13
16
import org.utbot.framework.codegen.domain.models.TestClassModel
14
- import org.utbot.framework.codegen.domain.context.CgContext
15
17
import org.utbot.framework.codegen.renderer.CgAbstractRenderer
18
+ import org.utbot.framework.codegen.renderer.CgPrinterImpl
19
+ import org.utbot.framework.codegen.renderer.CgRendererContext
16
20
import org.utbot.python.PythonMethod
17
21
import org.utbot.python.code.AnnotationProcessor.getModulesFromAnnotation
18
22
import org.utbot.python.framework.api.python.NormalizedPythonAnnotation
@@ -23,6 +27,7 @@ import org.utbot.python.framework.api.python.util.pythonStrClassId
23
27
import org.utbot.framework.plugin.api.ClassId
24
28
import org.utbot.framework.plugin.api.ExecutableId
25
29
import org.utbot.framework.plugin.api.MockFramework
30
+ import org.utbot.framework.plugin.api.UtModel
26
31
import org.utbot.python.framework.codegen.PythonCgLanguageAssistant
27
32
import org.utbot.python.framework.codegen.model.constructor.tree.PythonCgTestClassConstructor
28
33
import org.utbot.python.framework.codegen.model.constructor.visitor.CgPythonRenderer
0 commit comments