We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UtSymbolicExecution.copy
containsMocking
1 parent aa84d2a commit fd47bc7Copy full SHA for fd47bc7
utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api/Api.kt
@@ -281,7 +281,9 @@ class UtSymbolicExecution(
281
summary = summary,
282
testMethodName = testMethodName,
283
displayName = displayName
284
- )
+ ).also {
285
+ it.containsMocking = containsMocking
286
+ }
287
288
override fun toString(): String = buildString {
289
append("UtSymbolicExecution(")
@@ -328,7 +330,9 @@ class UtSymbolicExecution(
328
330
329
331
332
333
334
335
336
}
337
338
/**
0 commit comments