@@ -5,14 +5,18 @@ import org.utbot.framework.codegen.CodeGeneratorResult
55import org.utbot.framework.codegen.domain.ForceStaticMocking
66import org.utbot.framework.codegen.domain.HangingTestsTimeout
77import org.utbot.framework.codegen.domain.ParametrizedTestSource
8- import org.utbot.framework.codegen.PythonImport
98import org.utbot.framework.codegen.domain.RuntimeExceptionTestsBehaviour
109import org.utbot.framework.codegen.domain.StaticsMocking
1110import org.utbot.framework.codegen.domain.TestFramework
11+ import org.utbot.framework.codegen.domain.context.CgContext
12+ import org.utbot.framework.codegen.domain.models.CgLiteral
1213import 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
1316import org.utbot.framework.codegen.domain.models.TestClassModel
14- import org.utbot.framework.codegen.domain.context.CgContext
1517import org.utbot.framework.codegen.renderer.CgAbstractRenderer
18+ import org.utbot.framework.codegen.renderer.CgPrinterImpl
19+ import org.utbot.framework.codegen.renderer.CgRendererContext
1620import org.utbot.python.PythonMethod
1721import org.utbot.python.code.AnnotationProcessor.getModulesFromAnnotation
1822import org.utbot.python.framework.api.python.NormalizedPythonAnnotation
@@ -23,6 +27,7 @@ import org.utbot.python.framework.api.python.util.pythonStrClassId
2327import org.utbot.framework.plugin.api.ClassId
2428import org.utbot.framework.plugin.api.ExecutableId
2529import org.utbot.framework.plugin.api.MockFramework
30+ import org.utbot.framework.plugin.api.UtModel
2631import org.utbot.python.framework.codegen.PythonCgLanguageAssistant
2732import org.utbot.python.framework.codegen.model.constructor.tree.PythonCgTestClassConstructor
2833import org.utbot.python.framework.codegen.model.constructor.visitor.CgPythonRenderer
0 commit comments