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.
1 parent cfee03c commit 5c21f15Copy full SHA for 5c21f15
utbot-framework-test/src/test/kotlin/org/utbot/examples/structures/StandardStructuresTest.kt
@@ -14,7 +14,13 @@ import org.junit.jupiter.api.Disabled
14
import org.junit.jupiter.api.Test
15
import org.utbot.testcheckers.eq
16
17
-internal class StandardStructuresTest : UtValueTestCaseChecker(testClass = StandardStructures::class) {
+internal class StandardStructuresTest : UtValueTestCaseChecker(
18
+ testClass = StandardStructures::class,
19
+ languagePipelines = listOf(
20
+ CodeGenerationLanguageLastStage(CodegenLanguage.JAVA),
21
+ CodeGenerationLanguageLastStage(CodegenLanguage.KOTLIN, CodeGeneration)
22
+ )
23
+) {
24
@Test
25
@Disabled("TODO down cast for object wrapper JIRA:1480")
26
fun testGetList() {
0 commit comments