- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for createFunctionalTestsFor (0.16 seconds)
-
.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, )Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Sep 24 08:38:33 GMT 2025 - 8.2K bytes - Click Count (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
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 05 13:00:26 GMT 2025 - 27.5K bytes - Click Count (0)