- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for TestCoverage (0.04 sec)
-
.teamcity/src/main/kotlin/model/CIBuildModel.kt
TestCoverage(35, TestType.SOAK, Os.MACOS, JvmCategory.MAX_LTS_VERSION, 1, arch = Arch.AARCH64), TestCoverage( 10, TestType.ALL_VERSIONS_CROSS_VERSION, Os.LINUX, JvmCategory.MIN_VERSION,Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 05 13:00:26 UTC 2025 - 27.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
topLevelFunctionalTests.forEach(this::buildType) val functionalTestProjects = allCoverage.map { testCoverage -> FunctionalTestProject( model, functionalTestBucketProvider, testCoverage, stage, ) } functionalTestProjects.forEach { functionalTestProject ->
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 16 00:34:25 UTC 2025 - 12.1K bytes - Viewed (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
), ) } } @Test fun long_ids_are_shortened() { val testCoverage = TestCoverage(1, TestType.QUICK_FEEDBACK_CROSS_VERSION, Os.WINDOWS, JvmVersion.JAVA_11, JvmVendor.ORACLE) val shortenedId = testCoverage.asConfigurationId(model, "veryLongSubprojectNameLongerThanEverythingWeHave") assertTrue(shortenedId.length < 80)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 16 01:27:05 UTC 2025 - 14.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
model: CIBuildModel, stage: Stage, performanceTestCoverage: PerformanceTestCoverage, bucketIndex: Int, ): PerformanceTest fun getName(testCoverage: TestCoverage): String = throw UnsupportedOperationException() } data class TestProjectDuration( val testProject: String, val scenarioDurations: List<PerformanceTestDuration>, ) {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 10 02:18:03 UTC 2025 - 16.6K bytes - Viewed (0)