File tree 2 files changed +0
-9
lines changed
utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import org.utbot.framework.codegen.model.constructor.builtin.UtilClassFileMethod
33
33
import org.utbot.framework.codegen.model.constructor.builtin.UtilMethodProvider
34
34
import org.utbot.framework.codegen.model.constructor.TestClassContext
35
35
import org.utbot.framework.codegen.model.constructor.TestClassModel
36
- import org.utbot.framework.codegen.model.constructor.builtin.streamsDeepEqualsMethodId
37
36
import org.utbot.framework.codegen.model.tree.CgParameterKind
38
37
import org.utbot.framework.plugin.api.BuiltinClassId
39
38
import org.utbot.framework.plugin.api.ClassId
@@ -330,12 +329,6 @@ internal interface CgContextOwner {
330
329
val utilsClassId: ClassId
331
330
get() = utilMethodProvider.utilClassId
332
331
333
- /* *
334
- * Check whether a method is an util method of the current class
335
- */
336
- val MethodId .isUtil: Boolean
337
- get() = this in outerMostTestClass.possibleUtilMethodIds
338
-
339
332
/* *
340
333
* Checks is it our util reflection field getter method.
341
334
* When this method is used with type cast in Kotlin, this type cast have to be safety
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import org.utbot.framework.codegen.Junit4
4
4
import org.utbot.framework.codegen.Junit5
5
5
import org.utbot.framework.codegen.TestNg
6
6
import org.utbot.framework.codegen.model.constructor.TestClassContext
7
- import org.utbot.framework.codegen.model.constructor.builtin.arraysDeepEqualsMethodId
8
- import org.utbot.framework.codegen.model.constructor.builtin.deepEqualsMethodId
9
7
import org.utbot.framework.codegen.model.constructor.builtin.forName
10
8
import org.utbot.framework.codegen.model.constructor.context.CgContext
11
9
import org.utbot.framework.codegen.model.constructor.context.CgContextOwner
You can’t perform that action at this time.
0 commit comments