- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for crossVersionTests (0.1 sec)
-
.teamcity/subprojects.json
"functionalTests": false, "crossVersionTests": false }, { "name": "base-asm", "path": "platforms/core-runtime/base-asm", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "base-ide-plugins", "path": "platforms/ide/base-ide-plugins", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 23 22:33:41 UTC 2024 - 34.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Oct 07 09:17:14 UTC 2024 - 9.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
data class GradleSubproject(val name: String, val path: String, val unitTests: Boolean = true, val functionalTests: Boolean = true, val crossVersionTests: Boolean = false) { fun hasTestsOf(testType: TestType) = (unitTests && testType.unitTests) || (functionalTests && testType.functionalTests) || (crossVersionTests && testType.crossVersionTests) } data class Stage( val stageName: StageName, val specificBuilds: List<SpecificBuild> = emptyList(),
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 16 06:14:14 UTC 2024 - 22.9K bytes - Viewed (0)