- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for buildModel (0.06 sec)
-
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
every { buildType.stage } returns buildModel.stages[2] every { buildType.steps(capture(stepsCapturer)) } answers { stepsCapturer.captured(steps) mockk() } } @Test fun `can apply defaults to configurations`() { applyDefaults(buildModel, buildType, "myTask") assertEquals( listOf(
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 6.3K bytes - Viewed (0) -
.teamcity/src/test/kotlin/BuildTypeTest.kt
} private val buildModel = CIBuildModel( projectId = "Gradle_Check", branch = VersionedSettingsBranch("master"), buildScanTags = listOf("Check"), subprojects = JsonBasedGradleSubprojectProvider(File("../.teamcity/subprojects.json")) ) @Test fun `CompileAll parameters are correct`() {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Sep 30 07:24:00 UTC 2024 - 4.7K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
import org.junit.jupiter.api.Test import java.io.File class PerformanceTestBuildTypeTest { init { DslContext.initForTest() } private val buildModel = CIBuildModel( projectId = "Gradle_Check", branch = VersionedSettingsBranch("master"), buildScanTags = listOf("Check"),
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Sep 30 07:24:00 UTC 2024 - 7.3K bytes - Viewed (0)