- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for createFunctionalTestsFor (0.14 sec)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
override fun createFunctionalTestsFor( stage: Stage, testCoverage: TestCoverage, ): List<FunctionalTest> = when { testCoverage.testType == TestType.QUICK_FEEDBACK_CROSS_VERSION -> quickCrossVersionTestBucketProvider.createFunctionalTestsFor( stage, testCoverage, )Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Sep 24 08:38:33 UTC 2025 - 8.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/FunctionalTestProject.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 876 bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketModel.kt
// Can't exceed Linux file name limit 255 char on TeamCity if (str.length > 200) { str.substring(0, 200) + "..." } else { str } override fun createFunctionalTestsFor( model: CIBuildModel, stage: Stage, testCoverage: TestCoverage, bucketIndex: Int, ): FunctionalTest = FunctionalTest( model,
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 3.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
) fun TestCoverage.getBucketUuid( model: CIBuildModel, bucketIndex: Int, ) = asConfigurationId(model, "bucket${bucketIndex + 1}") interface BuildTypeBucket { fun createFunctionalTestsFor( model: CIBuildModel, stage: Stage, testCoverage: TestCoverage, bucketIndex: Int, ): FunctionalTest
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 05 13:00:26 UTC 2025 - 27.5K bytes - Viewed (0)