Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rename pipelines argument of ClassWithPrivateMutableFieldOfPrivateTyp…
…eTest
  • Loading branch information
dtim committed Oct 13, 2022
commit df806fdeb90ceef74f47eb0f93304a76fbaec03c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import org.utbot.tests.infrastructure.UtValueTestCaseChecker
class ClassWithPrivateMutableFieldOfPrivateTypeTest : UtValueTestCaseChecker(
testClass = ClassWithPrivateMutableFieldOfPrivateType::class,
testCodeGeneration = true,
languagePipelines = listOf(
CodeGenerationLanguageLastStage(CodegenLanguage.JAVA),
CodeGenerationLanguageLastStage(CodegenLanguage.KOTLIN, Compilation)
pipelines = listOf(
TestLastStage(CodegenLanguage.JAVA),
TestLastStage(CodegenLanguage.KOTLIN, Compilation)
)
) {
@Test
Expand Down